summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}