summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-05-11 20:41:23 +0330
committerBehnam Momeni2023-05-11 20:41:23 +0330
commit80125c5395391964fbc8188399131c5d1bc76d7f (patch)
tree54d5e7307a672177c4de2ff5028f9d3b196cd297
parentf420ab55b2de751e8a2dce916743b69f7a7a0b29 (diff)
downloadaur-80125c5395391964fbc8188399131c5d1bc76d7f.tar.gz
Upgrade to upstream version 2.10.34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37aa9866eb74..88d58b75ab72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 30 10:30:43 UTC 2022
+# Thu May 11 16:24:17 UTC 2023
pkgbase = lib32-gimp
pkgdesc = GNU Image Manipulation Program (32-bit)
- pkgver = 2.10.32
+ pkgver = 2.10.34
pkgrel = 1
url = https://www.gimp.org/
arch = x86_64
@@ -35,8 +35,8 @@ pkgbase = lib32-gimp
depends = lib32-libunwind
depends = lib32-poppler-glib
depends = gimp
- source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.32.tar.bz2
- sha256sums = 3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25
+ source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.34.tar.bz2
+ sha256sums = 84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3
pkgname = lib32-gimp
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