[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Aug 25 03:20:40 UTC 2011


    Date: Wednesday, August 24, 2011 @ 23:20:40
  Author: bisson
Revision: 136228

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-25 02:57:58 UTC (rev 136227)
+++ PKGBUILD	2011-08-25 03:20:40 UTC (rev 136228)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=audacious-plugins
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
@@ -43,20 +43,20 @@
             'libcue: CUE playlist format')
 
 source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('59f8f1f6a197eac8ccab7b84fb541b4fefac9458')
+sha1sums=('6c57b1b83a5288061da02e13279a98d1becd7ccd')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable global hotkeys with gtk3
 
-	[[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
+	[[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
 	./configure \
 		--prefix=/usr \
 		--enable-chardet \
 		--enable-amidiplug \
 		--disable-adplug \
-		${extraopts} \
+		${_extraopts} \
 
 	make
 }




More information about the arch-commits mailing list