summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2021-02-11 15:19:03 +0330
committerBehnam Momeni2021-02-11 15:19:03 +0330
commita72c666e25620f9730ee3f2ad4f085e75a3dc6c2 (patch)
tree8966f7953cc9eb40edc33e389270ece3add8080f
parent8fcfb3582b80d619df0e70eac77e487191451ee3 (diff)
downloadaur-a72c666e25620f9730ee3f2ad4f085e75a3dc6c2.tar.gz
Upgrade to upstream version 2.10.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b2bafa0ec9..9b497a91a789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 22 21:04:50 UTC 2020
+# Thu Feb 11 11:30:25 UTC 2021
pkgbase = lib32-gimp
pkgdesc = GNU Image Manipulation Program (32-bit)
- pkgver = 2.10.20
+ pkgver = 2.10.22
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.20.tar.bz2
- sha256sums = e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c
+ source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.22.tar.bz2
+ sha256sums = 2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb
pkgname = lib32-gimp
diff --git a/PKGBUILD b/PKGBUILD
index f2a847f7c7ec..bf3e0a4ec061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-gimp
_pkgbase=gimp
-pkgver=2.10.20
+pkgver=2.10.22
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=('e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c')
+sha256sums=('2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb')
prepare() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
@@ -27,7 +27,7 @@ prepare() {
export CXXFLAGS="-m32 ${CXXFLAGS}"
cd "${_pkgbase}-${pkgver}"
- autoreconf -vi
+ #autoreconf -vi
}
build() {
@@ -45,6 +45,7 @@ build() {
--libexecdir=/usr/bin \
--enable-mp \
--enable-gimp-console \
+ --disable-check-update \
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
--with-openexr \