summaryrefslogtreecommitdiffstats
path: root/main/acf-freeswitch
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-12-24 19:45:13 +0000
committerTed Trask <ttrask01@yahoo.com>2010-12-24 19:45:13 +0000
commit60ce0ed401cf2ae0f23eaa4ce674eb5cd126234b (patch)
treecbd925be3a373f184eaaeaa2356cae5c94e1b84f /main/acf-freeswitch
parent04a10843cb82db5b9f0f9fdb62b0074afebb1db6 (diff)
Update all ACF packages to set arch to noarch and bump pkgrel
Also updated Contributor and Maintainer
Diffstat (limited to 'main/acf-freeswitch')
-rw-r--r--main/acf-freeswitch/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/acf-freeswitch/APKBUILD b/main/acf-freeswitch/APKBUILD
index f7e0bbbd91a..221b6d7b657 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=""