diff options
Diffstat (limited to 'main/acf-freeswitch/APKBUILD')
-rw-r--r-- | main/acf-freeswitch/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/acf-freeswitch/APKBUILD b/main/acf-freeswitch/APKBUILD index f7e0bbbd91..221b6d7b65 100644 --- a/main/acf-freeswitch/APKBUILD +++ b/main/acf-freeswitch/APKBUILD @@ -1,10 +1,11 @@ +# Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-freeswitch pkgver=0.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for freeswitch" url="http://git.alpinelinux.org/cgit/acf-freeswitch" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="acf-core lua freeswitch" makedepends="" |