index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-01-28 22:04:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-28 22:04:18 +0100 |
commit | 1e46b44079e0f7425aab4febd5f9458e91f907c8 (patch) | |
tree | 9c57ec26cb0b1c2c1f1c721ca641e21d64a3895f /community | |
parent | 5595be3c97ce601bc96e9005cb9e9a753a596101 (diff) |
-rw-r--r-- | community/keybase/PKGBUILD | 2 | ||||
-rw-r--r-- | community/riot/PKGBUILD | 2 |
diff --git a/community/keybase/PKGBUILD b/community/keybase/PKGBUILD index 0ddef20f..181ee16b 100644 --- a/community/keybase/PKGBUILD +++ b/community/keybase/PKGBUILD @@ -1,3 +1,3 @@ # no electron => no keybase-gui pkgname=(${pkgname[@]//keybase-gui/}) -unset package_keybase-gui +unset -f package_keybase-gui diff --git a/community/riot/PKGBUILD b/community/riot/PKGBUILD index 2d481bb3..b8157632 100644 --- a/community/riot/PKGBUILD +++ b/community/riot/PKGBUILD @@ -1,3 +1,3 @@ # no electron => no riot-desktop pkgname=(${pkgname[@]//riot-desktop/}) -unset package_riot-desktop +unset -f package_riot-desktop |