diff options
Diffstat (limited to 'main/acf-freeswitch/APKBUILD')
-rw-r--r-- | main/acf-freeswitch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-freeswitch/APKBUILD b/main/acf-freeswitch/APKBUILD index 006892d1b6..75a5b9ade4 100644 --- a/main/acf-freeswitch/APKBUILD +++ b/main/acf-freeswitch/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-freeswitch pkgver=0.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for freeswitch" url="http://git.alpinelinux.org/cgit/acf-freeswitch" arch="noarch" license="GPL2" -depends="acf-core lua freeswitch lua-xml" +depends="acf-core freeswitch lua-xml" makedepends="" install= subpackages="" |