diff options
-rw-r--r-- | testing/exaile/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/exaile/APKBUILD b/testing/exaile/APKBUILD index ae357cb3e3..e53066701e 100644 --- a/testing/exaile/APKBUILD +++ b/testing/exaile/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=exaile pkgver=3.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="A music player with a simple interface and powerful music management capabilities" url="http://www.exaile.org/" arch="noarch" license="GPL2" -depends="" -depends_dev="python" +depends="python py-gtk py-dbus py-mutagen py-gst0.10 py-libxml2 + gst-plugins-base0.10 gst-plugins-good0.10" +depends_dev="" makedepends="$depends_dev gettext" install="" subpackages="$pkgname-lang" |