Date: Monday, July 18, 2011 @ 11:12:48 Author: bisson Revision: 131975
upstream update Modified: audacious-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-18 15:12:30 UTC (rev 131974) +++ PKGBUILD 2011-07-18 15:12:48 UTC (rev 131975) @@ -4,7 +4,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=audacious-plugins -pkgver=2.5.3 +pkgver=3.0 pkgrel=1 pkgdesc='Plugins for Audacious' arch=('i686' 'x86_64') @@ -41,13 +41,11 @@ 'libcue: CUE playlist format') source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz") -sha1sums=('bbedc8cd96d6869bc89d56a1b20ff17a26ba0eaf') +sha1sums=('ee45757e8a856f3fff2e96ebfe28a6dae88b056c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed 's/libavcore >= 0.12.0//g' -i configure # FS#23549 - [[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2' ./configure \ --prefix=/usr \
