summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriam-eo2023-01-19 07:48:59 +0800
committeriam-eo2023-01-19 07:48:59 +0800
commit2a7b06d1beb9b89a1961d1a6cfd037fa43206d52 (patch)
tree0527828bc3f71879a5e6c52fdba7b2b6812b9cdb
parent261ec83d1f2be0d6dd3e0579495ff073992e7433 (diff)
downloadaur-anjuta.tar.gz
disabled the devhelp plugin from PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a590347b66cd..499d52e9afa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anjuta
pkgdesc = GNOME Integrated Development Environment (IDE)
pkgver = 3.34.0
- pkgrel = 8
+ pkgrel = 9
url = http://www.anjuta.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 084e79069145..920ece824808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Andreas Radke <andyrtr@archlinux.org>
+# Maintainer: ian_eo <ian.eric.ong@gmail.com>
+# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Harley Laue <losinggeneration@yahoo.com>
pkgbase=anjuta
pkgname=('libanjuta' 'anjuta')
pkgver=3.34.0
-pkgrel=8
+pkgrel=9
pkgdesc="GNOME Integrated Development Environment (IDE)"
arch=(x86_64)
license=(GPL)
@@ -34,8 +35,8 @@ build() {
--disable-silent-rules \
--disable-static \
--disable-vala \
+ --disable-plugin-devhelp \
--enable-introspection \
- --enable-plugin-devhelp \
--enable-plugin-glade \
--enable-plugin-subversion \
--enable-glade-catalog \