Date: Thursday, January 13, 2011 @ 15:01:16 Author: bisson Revision: 105877
minor upstream update Modified: audacious-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-13 20:00:54 UTC (rev 105876) +++ PKGBUILD 2011-01-13 20:01:16 UTC (rev 105877) @@ -3,17 +3,16 @@ # Contributor: William Rea <[email protected]> pkgname=audacious-plugins -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=1 pkgdesc='Plugins for Audacious' arch=('i686' 'x86_64') url='http://audacious-media-player.org/' license=('GPL') -depends=() +depends=("audacious>=${pkgver}") -makedepends=("audacious>=${pkgver}" - 'alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac' +makedepends=('alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' 'libnotify' 'lirc-utils' 'curl' 'libmtp' 'neon' 'libmms' 'libcue') @@ -42,7 +41,7 @@ 'libcue: CUE playlist format') source=("http://distfiles.atheme.org/$pkgname-$pkgver.tgz") -sha1sums=('07a0c0ac65bc01aa936454da9550ad982e66b8f0') +sha1sums=('b89f87e9abb0249cb6b8318ed8fa58bb7bb27c67') build() { cd "$srcdir/$pkgname-$pkgver"
