diff options
Diffstat (limited to 'main/acf-freeswitch-vmail')
-rw-r--r-- | main/acf-freeswitch-vmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-freeswitch-vmail/APKBUILD b/main/acf-freeswitch-vmail/APKBUILD index fb1755762b..29fc8c0d0b 100644 --- a/main/acf-freeswitch-vmail/APKBUILD +++ b/main/acf-freeswitch-vmail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-freeswitch-vmail pkgver=0.0.10 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for a web interface for freeswitch voicemail" url="http://git.alpinelinux.org/cgit/$pkgname" arch="noarch" @@ -11,7 +11,7 @@ depends="acf-core lua lua-sql-sqlite3 freeswitch" makedepends="" install= subpackages="" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir"/$pkgname-$pkgver |