summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2021-05-07 21:20:08 +0430
committerBehnam Momeni2021-05-07 21:20:08 +0430
commit80f882f476e9cd9ad8e610e3544fe7f2f8cb8850 (patch)
tree07fb7bfe0356b3f84ffc292896912f13a2d32fb7
parentec577a7896dde72c032bec85bafd3f9fe1270b97 (diff)
downloadaur-80f882f476e9cd9ad8e610e3544fe7f2f8cb8850.tar.gz
Disable help browser plugin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d728b18be1..58d7d2b6336c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 30 14:42:39 UTC 2021
+# Fri May 7 16:49:49 UTC 2021
pkgbase = lib32-gimp
pkgdesc = GNU Image Manipulation Program (32-bit)
pkgver = 2.10.24
- pkgrel = 1
+ pkgrel = 2
url = https://www.gimp.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a4f86c6aedd5..d392658c9b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=lib32-gimp
_pkgbase=gimp
pkgver=2.10.24
-pkgrel=1
+pkgrel=2
pkgdesc='GNU Image Manipulation Program (32-bit)'
url="https://www.gimp.org/"
arch=('x86_64')
@@ -45,6 +45,7 @@ build() {
--libexecdir=/usr/bin \
--enable-mp \
--enable-gimp-console \
+ --without-webkit \
--disable-check-update \
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \