diff options
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/riot/PKGBUILD | |
parent | 5595be3c97ce601bc96e9005cb9e9a753a596101 (diff) | |
download | packages-1e46b44079e0f7425aab4febd5f9458e91f907c8.tar.xz |
community/keybase, community/riot: fix typo
Diffstat (limited to 'community/riot/PKGBUILD')
-rw-r--r-- | community/riot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |