aboutsummaryrefslogtreecommitdiffstats
path: root/community/acf-vlc-daemon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/acf-vlc-daemon/APKBUILD')
-rw-r--r--community/acf-vlc-daemon/APKBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/community/acf-vlc-daemon/APKBUILD b/community/acf-vlc-daemon/APKBUILD
index 1d02023d086..17c9e835b58 100644
--- a/community/acf-vlc-daemon/APKBUILD
+++ b/community/acf-vlc-daemon/APKBUILD
@@ -1,18 +1,21 @@
# Contributor: Mika Havela <mika.havela@gmail.com>
-# Maintainer:
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-vlc-daemon
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Web-based system administration interface for vlc"
-url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon"
-arch="noarch !s390x !mips !mips64 !armhf"
+url="https://gitlab.alpinelinux.org/acf/acf-vlc-daemon"
+arch="noarch !s390x !armhf !riscv64" # limited by vlc
license="GPL-2.0-only"
+options="!check" # no test suite
depends="acf-core vlc-daemon"
-makedepends="$depends_dev"
-source="https://dev.alpinelinux.org/archive/acf-vlc-daemon/acf-vlc-daemon-$pkgver.tar.xz"
+source="https://gitlab.alpinelinux.org/acf/acf-vlc-daemon/-/archive/v$pkgver/acf-vlc-daemon-v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="58bd34963c3ffad4ecd4f5e88c73ca12116bcf50dc1b63c8a4fd5e9c4e1686341e599d2b6a90024dec119529310e9fb34e35735501db22a85550bf611decd328 acf-vlc-daemon-0.5.0.tar.xz"
+sha512sums="
+01f7425405a7187a37799b49eb02fe0fcc1aa76d010826f23ec5ec9e0164815a75665c9a533f0ab07bf07df7ef532cb091490f7db97af7831f8d0b4532e3f50c acf-vlc-daemon-v0.5.0.tar.gz
+"