summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-02-05 00:04:56 +0330
committerBehnam Momeni2022-02-05 00:04:56 +0330
commit7da4b319ce76aa8c269e8674fd75c9aac3f39d08 (patch)
treee913054b591f98d5b4846e734969ee6c73bdda4e
parent984407fc8a2b93f76176d9edebdac5ff1f64015c (diff)
downloadaur-7da4b319ce76aa8c269e8674fd75c9aac3f39d08.tar.gz
Upgrade to upstream version 2.10.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6679924430c8..961bf6ef0b7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 15 14:29:12 UTC 2021
+# Fri Feb 4 20:34:40 UTC 2022
pkgbase = lib32-gimp
pkgdesc = GNU Image Manipulation Program (32-bit)
- pkgver = 2.10.28
+ pkgver = 2.10.30
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.28.tar.bz2
- sha256sums = 4f4dc22cff1ab5f026feaa2ab55e05775b3a11e198186b47bdab79cbfa078826
+ source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.30.tar.bz2
+ sha256sums = 88815daa76ed7d4277eeb353358bafa116cd2fcd2c861d95b95135c1d52b67dc
pkgname = lib32-gimp
diff --git a/PKGBUILD b/PKGBUILD
index 404abee9f637..cee93c06f7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-gimp
_pkgbase=gimp
-pkgver=2.10.28
+pkgver=2.10.30
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=('4f4dc22cff1ab5f026feaa2ab55e05775b3a11e198186b47bdab79cbfa078826')
+sha256sums=('88815daa76ed7d4277eeb353358bafa116cd2fcd2c861d95b95135c1d52b67dc')
prepare() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"