diff options
Diffstat (limited to 'abs/core-testing/flac/PKGBUILD')
-rw-r--r-- | abs/core-testing/flac/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/flac/PKGBUILD b/abs/core-testing/flac/PKGBUILD index ce31e8b..f28b964 100644 --- a/abs/core-testing/flac/PKGBUILD +++ b/abs/core-testing/flac/PKGBUILD @@ -3,13 +3,13 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=flac pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Free Lossless Audio Codec" license=('custom:Xiph' 'LGPL' 'GPL' 'FDL') url="http://flac.sourceforge.net/" arch=(i686 x86_64) options=('!libtool') -depends=('glibc' 'libogg') +depends=('glibc' 'libogg' 'xmms') makedepends=('nasm' 'xmms') source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \ flac-1.2.1-gcc43.patch) |