summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfab2016-02-18 12:44:32 +0100
committerfab2016-02-18 12:44:32 +0100
commit2531a2108ba671f63f44162a23cd9539e1c8941c (patch)
tree2df0044138328ea17aef3240da15f6bbe3d15be4 /PKGBUILD
parent2b75f4d0ba06469cf8427717f102c43e7cb91ee4 (diff)
downloadaur-2531a2108ba671f63f44162a23cd9539e1c8941c.tar.gz
disable monkey audio codec
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edaee001d580..c37bb2250b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Devaux <fdev31@gmail.com>
pkgname=aqualung
pkgver=1.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="High quality music player w/ gapless support"
arch=('i686' 'x86_64')
@@ -51,7 +51,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --without-mac
make
}