diff options
Diffstat (limited to 'main/acf-vlc-daemon/APKBUILD')
-rw-r--r-- | main/acf-vlc-daemon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-vlc-daemon/APKBUILD b/main/acf-vlc-daemon/APKBUILD index 3a0e2100e7..0657485ab9 100644 --- a/main/acf-vlc-daemon/APKBUILD +++ b/main/acf-vlc-daemon/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=acf-vlc-daemon pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for vlc" url="http://git.alpinelinux.org/cgit/acf-vlc-daemon" arch="noarch" license="GPL2" -depends="acf-core lua vlc-daemon" +depends="acf-core vlc-daemon" depends_dev="" makedepends="$depends_dev" install="" |