diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-13 03:51:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-13 03:51:56 -0300 |
commit | 6b579676d90b0787da56e1c39b58d04f246c9b78 (patch) | |
tree | 7efbc5f088b6609dab9bb68668a32010b5dfc21f | |
parent | 52fba0b93d5ea302f263bb4f237f65ee55971112 (diff) |
community/gpaste: fix function call
-rw-r--r-- | community/gpaste/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD index 0e928b7dfac..107280be8a7 100644 --- a/community/gpaste/APKBUILD +++ b/community/gpaste/APKBUILD @@ -15,7 +15,7 @@ subpackages=" $pkgname-doc $pkgname-gnome:_gnome $pkgname-bash-completion:bashcomp:noarch - $pkgname-zsh-completion:bashcomp:noarch + $pkgname-zsh-completion:zshcomp:noarch " source="gpaste-$pkgver.tar.gz::https://github.com/Keruspe/GPaste/archive/v$pkgver.tar.gz" builddir="$srcdir/GPaste-$pkgver" |