summaryrefslogtreecommitdiff
path: root/community/geany-plugins/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r--community/geany-plugins/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index 7ba67dc0b..1c6f29bdb 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79259 2012-11-01 23:43:48Z arodseth $
+# $Id: PKGBUILD 81106 2012-12-12 00:47:32Z eric $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: djgera
@@ -6,7 +6,7 @@
pkgname=geany-plugins
pkgver=1.22
-pkgrel=3
+pkgrel=4
pkgdesc='Combined plugins release for Geany'
arch=('x86_64' 'i686' 'mips64el')
url='http://plugins.geany.org/'
@@ -22,7 +22,7 @@ sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib
+ ./configure --prefix=/usr --libexecdir=/usr/lib --disable-geanylua
make
}