summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2023-05-11 20:41:23 +0330
committerBehnam Momeni2023-05-11 20:41:23 +0330
commit80125c5395391964fbc8188399131c5d1bc76d7f (patch)
tree54d5e7307a672177c4de2ff5028f9d3b196cd297 /PKGBUILD
parentf420ab55b2de751e8a2dce916743b69f7a7a0b29 (diff)
downloadaur-80125c5395391964fbc8188399131c5d1bc76d7f.tar.gz
Upgrade to upstream version 2.10.34
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0306ed5875c8..f8f70e071a41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-gimp
_pkgbase=gimp
-pkgver=2.10.32
+pkgver=2.10.34
pkgrel=1
pkgdesc='GNU Image Manipulation Program (32-bit)'
url="https://www.gimp.org/"
@@ -18,7 +18,7 @@ depends=('lib32-dbus-glib' 'lib32-gegl' 'lib32-glib-networking'
makedepends=('alsa-lib' 'curl' 'ghostscript' 'intltool' 'iso-codes')
license=('GPL' 'LGPL')
source=("https://download.gimp.org/pub/gimp/v${pkgver%.*}/${_pkgbase}-${pkgver}.tar.bz2")
-sha256sums=('3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25')
+sha256sums=('84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3')
prepare() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
@@ -50,6 +50,7 @@ build() {
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
--with-openexr \
+ --without-jpegxl \
--without-aa
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make