From a5c2e73ba30c769148056635676165a4265eac83 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Jul 2012 00:02:21 +0000 Subject: Sat Jul 28 00:02:21 UTC 2012 --- extra/audacious/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/audacious/PKGBUILD') diff --git a/extra/audacious/PKGBUILD b/extra/audacious/PKGBUILD index 238dea344..836f6d8cf 100644 --- a/extra/audacious/PKGBUILD +++ b/extra/audacious/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 162785 2012-06-30 13:48:37Z bisson $ +# $Id: PKGBUILD 164181 2012-07-27 00:15:23Z bisson $ # Contributor: Alexander Fehr # Contributor: Giovanni Scafora # Maintainer: Gaetan Bisson pkgname=audacious -pkgver=3.2.4 +pkgver=3.3 pkgrel=1 pkgdesc='Lightweight, advanced audio player focused on audio quality' url='http://audacious-media-player.org/' @@ -14,7 +14,7 @@ depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') optdepends=('unzip: zipped skins support') source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('24aa75e0a15d2327641c81c6ec7ea153a8df1ae0') +sha1sums=('3c006676f1dbc2376c098855b93606da0f58f7ea') provides=('audacious-player') replaces=('audacious-player') @@ -22,7 +22,7 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure --prefix=/usr --with-buildstamp='Arch Linux' make } -- cgit v1.2.3-54-g00ecf