aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-freeswitch-vmail/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/acf-freeswitch-vmail/APKBUILD')
-rw-r--r--main/acf-freeswitch-vmail/APKBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/main/acf-freeswitch-vmail/APKBUILD b/main/acf-freeswitch-vmail/APKBUILD
index af3b0407f34..39a959a56b2 100644
--- a/main/acf-freeswitch-vmail/APKBUILD
+++ b/main/acf-freeswitch-vmail/APKBUILD
@@ -2,20 +2,19 @@
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-freeswitch-vmail
pkgver=0.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="ACF for a web interface for freeswitch voicemail"
-url="https://gitlab.alpinelinux.org/acf/$pkgname"
+url="https://gitlab.alpinelinux.org/acf/acf-freeswitch-vmail"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-only"
+options="!check" # no test suite
depends="acf-core lua-sql-sqlite3 lua-socket freeswitch"
-makedepends=""
install="$pkgname.post-upgrade"
-subpackages=""
-source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
+source="https://gitlab.alpinelinux.org/acf/acf-freeswitch-vmail/-/archive/v$pkgver/acf-freeswitch-vmail-v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
package() {
- cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-sha512sums="9f5984dc8339162274d3b3efb4946e88bee715674b315ed4026de7e4bb0fc334641de09aad5244dc093fc2c2225a62bd424f09a78f0ae5994c80ca5ce3c3b79a acf-freeswitch-vmail-0.6.2.tar.xz"
+sha512sums="1b84e1dbae0f1cc64a878c37eb258fc2bb198bd02ce7d797bf922a1af3973032e3286b008008fa898914f92c1a741afb9b274a3770e493faa2a71c6d64bb3e9a acf-freeswitch-vmail-v0.6.2.tar.gz"