From a81bc5be2e3672119ca0313a1fde10397a31211e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Jul 2011 23:11:14 +0000 Subject: Fri Jul 1 23:11:14 UTC 2011 --- extra/audacious/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'extra/audacious') diff --git a/extra/audacious/PKGBUILD b/extra/audacious/PKGBUILD index f9afbad70..c0e07269b 100644 --- a/extra/audacious/PKGBUILD +++ b/extra/audacious/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 128038 2011-06-21 06:55:54Z bisson $ +# $Id: PKGBUILD 129963 2011-06-30 17:15:51Z bisson $ # Contributor: Alexander Fehr # Contributor: Giovanni Scafora # Maintainer: Gaetan Bisson pkgname=audacious -pkgver=2.5.2 +pkgver=2.5.3 pkgrel=1 pkgdesc='Lightweight, GTK2-based advanced audio player focused on audio quality' arch=('i686' 'x86_64') @@ -12,21 +12,21 @@ url='http://audacious-media-player.org/' license=('GPL3') depends=('gtk2' 'libmcs' 'dbus-glib' 'libguess' 'audacious-plugins' 'desktop-file-utils' 'hicolor-icon-theme') optdepends=('unzip: zipped skins support') -source=("http://distfiles.atheme.org/$pkgname-$pkgver.tar.gz") -sha1sums=('48b2662d1513959479ae561465b41df08369a689') +source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz") +sha1sums=('b40f140ebeb5d767bd865945b7eb5527c265beb7') provides=('audacious-player') replaces=('audacious-player') install=install build() { - cd "$srcdir/$pkgname-$pkgver" - [[ $CARCH == x86_64 ]] && extraopts='' || extraopts='--disable-sse2' - ./configure --prefix=/usr $extraopts + cd "${srcdir}/${pkgname}-${pkgver}" + [[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2' + ./configure --prefix=/usr ${extraopts} make } package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf