Date: Tuesday, September 3, 2013 @ 07:58:51 Author: bisson Revision: 193871
upstream update Modified: audacious-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-03 05:57:09 UTC (rev 193870) +++ PKGBUILD 2013-09-03 05:58:51 UTC (rev 193871) @@ -4,8 +4,8 @@ # Contributor: William Rea <[email protected]> pkgname=audacious-plugins -pkgver=3.4 -pkgrel=3 +pkgver=3.4.1 +pkgrel=1 pkgdesc='Plugins for Audacious' url='http://audacious-media-player.org/' license=('custom:BSD' 'GPL') @@ -12,6 +12,7 @@ arch=('i686' 'x86_64') makedepends=("audacious>=${pkgver}" + 'glib2' 'python2' # for gdbus-codegen 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack' 'libnotify' 'lirc-utils' 'curl' 'libmtp' @@ -44,7 +45,7 @@ 'libcue: CUE playlist format') source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('2b2f1d30f0b790e6cc3e00483ed4774b0fa1fc42') +sha1sums=('81c36186d1fef7247b6ea890db7c77061965629b') build() { cd "${srcdir}/${pkgname}-${pkgver}"
