diff options
author | William Pitcock <nenolod@dereferenced.org> | 2012-09-15 20:19:10 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-09-15 20:19:59 -0500 |
commit | ef2bd65cf560cfa2e0a31a3622bc4c47025d62fe (patch) | |
tree | 7d7a34a04b93b1f98037bbd299198ae08db078ad /main/audacious/APKBUILD | |
parent | 7f6645a6b828b2df1c25fad811f0d943d8377222 (diff) | |
download | aports-ef2bd65cf560cfa2e0a31a3622bc4c47025d62fe.tar.bz2 aports-ef2bd65cf560cfa2e0a31a3622bc4c47025d62fe.tar.xz |
main/audacious: upgrade to 3.2.4
Diffstat (limited to 'main/audacious/APKBUILD')
-rw-r--r-- | main/audacious/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/audacious/APKBUILD b/main/audacious/APKBUILD index 51b8c09cba..c8f20e9912 100644 --- a/main/audacious/APKBUILD +++ b/main/audacious/APKBUILD @@ -1,19 +1,18 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=audacious -pkgver=3.2.2 +pkgver=3.2.4 pkgrel=0 pkgdesc="playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" arch="all" license="ISC" depends= -depends_dev="libmowgli-dev libmcs-dev gtk+-dev dbus-glib-dev" +depends_dev="gtk+-dev dbus-glib-dev" makedepends="$depends_dev libguess-dev libxml2-dev autoconf automake" install= subpackages="$pkgname-dev $pkgname-lang" source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.gz - audacious-3.2.2-fix-build-gmodule.patch " source /usr/share/abuildhelper/rules/base.sh @@ -40,5 +39,4 @@ using plugin atheme-buildsys ac_enable_opt chardet -md5sums="e7b1fc6eaf2acfcceb77ba8c98d113ee audacious-3.2.2.tar.gz -7abde75797b18a2f9a3177027787213f audacious-3.2.2-fix-build-gmodule.patch" +md5sums="2d8e262ea6ffee704d4d0d72b49b13bc audacious-3.2.4.tar.gz" |