* update gimp to 2.10.36-5

This commit is contained in:
Alexander Baldeck 2024-04-10 16:09:15 +02:00
parent dd4c12dda0
commit aa48c08a2d

View File

@ -4,7 +4,7 @@
pkgname=gimp
pkgver=2.10.36
pkgrel=4
pkgrel=5
pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -55,7 +55,7 @@ build() {
--disable-check-update \
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
--with-openexr
--with-openexr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}