summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-28 22:04:18 +0100
committerErich Eckner <git@eckner.net>2019-01-28 22:04:18 +0100
commit1e46b44079e0f7425aab4febd5f9458e91f907c8 (patch)
tree9c57ec26cb0b1c2c1f1c721ca641e21d64a3895f
parent5595be3c97ce601bc96e9005cb9e9a753a596101 (diff)
downloadpackages-1e46b44079e0f7425aab4febd5f9458e91f907c8.tar.xz
community/keybase, community/riot: fix typo
-rw-r--r--community/keybase/PKGBUILD2
-rw-r--r--community/riot/PKGBUILD2
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