summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Lange2020-11-30 15:35:40 +0100
committerThomas Lange2020-11-30 15:35:40 +0100
commit3c02eebf738264ce52a976183677b0f7848b7e20 (patch)
tree19da63afc87e06936e99fabaa85b830580b85257 /PKGBUILD
parentdb8cd6b8194d4c6c40bee911c341b3b29802996f (diff)
downloadaur-3c02eebf738264ce52a976183677b0f7848b7e20.tar.gz
Remove obsolete comment
GTK is enabled upstream by default now.
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
}