Date: Saturday, October 22, 2011 @ 23:26:48 Author: bisson Revision: 141067
upstream update Modified: audacious/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-23 00:15:19 UTC (rev 141066) +++ PKGBUILD 2011-10-23 03:26:48 UTC (rev 141067) @@ -4,17 +4,17 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=audacious -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality' -arch=('i686' 'x86_64') url='http://audacious-media-player.org/' license=('GPL3') +arch=('i686' 'x86_64') depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') optdepends=('unzip: zipped skins support') source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz") -sha1sums=('713cc7ee277ca548ea143b4ec3bd40bcacdb327f') +sha1sums=('d4bb828e4ead275bded85cf8b0aa258c347106cb') provides=('audacious-player') replaces=('audacious-player')
