summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bee47a33c8e..4ade7d6f9c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=audacious-plugins
pkgname="$_pkgname-git"
-pkgver=4.0.beta1.r160.g89b6ab575
+pkgver=4.0.beta1.r215.g6d8a86d3d
pkgrel=1
epoch=1
pkgdesc="Plugins for Audacious (git version)"
@@ -33,10 +33,7 @@ build() {
cd "$_pkgname"
autoreconf -I m4
- ./configure \
- --prefix=/usr \
- # --enable-gtk \
-
+ ./configure --prefix=/usr
make
}