summaryrefslogtreecommitdiff
path: root/extra/flac/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/flac/PKGBUILD')
-rw-r--r--extra/flac/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/flac/PKGBUILD b/extra/flac/PKGBUILD
index 6c8f47393..be8f995bc 100644
--- a/extra/flac/PKGBUILD
+++ b/extra/flac/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 186549 2013-05-28 18:39:02Z eric $
+# $Id: PKGBUILD 197953 2013-10-30 11:53:19Z allan $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgbase=flac
@@ -11,7 +11,7 @@ license=('BSD' 'GPL')
depends=('libogg')
makedepends=('doxygen')
[ "$CARCH" = "mips64el" ] || makedepends+=('nasm' 'xmms')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b')
@@ -29,7 +29,7 @@ check() {
package_flac() {
pkgdesc="Free Lossless Audio Codec"
[ "$CARCH" = "mips64el" ] || optdepends=('xmms: for using the xmms plugin')
- options=('!libtool' '!docs')
+ options=('!docs')
cd ${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" install