diff options
-rw-r--r-- | community/keybase/PKGBUILD | 2 | ||||
-rw-r--r-- | community/riot/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
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 |