summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-02-04 18:06:32 +0330
committerBehnam Momeni2022-02-04 18:06:32 +0330
commit2a2b596c700e09ff611f93ae861bf8bf5c843d26 (patch)
tree83165d2a0c06ed07c9036928ee3575d550b16c9d
parent22a3bbbd256d54078c72eddf690bab8c4b0f92af (diff)
downloadaur-2a2b596c700e09ff611f93ae861bf8bf5c843d26.tar.gz
Upgrade to upstream version 0.4.34
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdaf63262cc1..3c45472f68b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 15 14:13:06 UTC 2021
+# Fri Feb 4 14:14:33 UTC 2022
pkgbase = lib32-gegl
pkgdesc = Graph based image processing framework (32-bit)
- pkgver = 0.4.32
- pkgrel = 3
+ pkgver = 0.4.34
+ pkgrel = 1
url = https://www.gegl.org/
arch = x86_64
license = GPL3
@@ -20,7 +20,7 @@ pkgbase = lib32-gegl
makedepends = gobject-introspection
makedepends = lib32-sdl2
makedepends = python-gobject
- depends = gegl=0.4.32
+ depends = gegl>=0.4.34
depends = lib32-babl
depends = lib32-libspiro
depends = lib32-json-glib
@@ -35,7 +35,7 @@ pkgbase = lib32-gegl
depends = lib32-jasper
depends = lib32-suitesparse
depends = lib32-ffmpeg
- source = git+https://gitlab.gnome.org/GNOME/gegl.git#commit=5780858c2f5784084ec566890e62c160eae88727
+ source = git+https://gitlab.gnome.org/GNOME/gegl.git#commit=9aaf6b3525f3917c2d6add866afd33e4ee28510b
source = x86-linux-gnu
source = sdl2.pc
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2ca576db75ac..0f8ecc66fe72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=lib32-gegl
_pkgbase=gegl
-pkgver=0.4.32
-_commit=5780858c2f5784084ec566890e62c160eae88727 # tags/GEGL_0_4_32
-pkgrel=3
+pkgver=0.4.34
+_commit=9aaf6b3525f3917c2d6add866afd33e4ee28510b # tags/GEGL_0_4_34
+pkgrel=1
pkgdesc="Graph based image processing framework (32-bit)"
arch=('x86_64')
url="https://www.gegl.org/"
license=('GPL3' 'LGPL3')
-depends=("gegl=$pkgver"
+depends=("gegl>=$pkgver"
'lib32-babl' 'lib32-libspiro' 'lib32-json-glib'
'lib32-poppler-glib'
'lib32-libgexiv2' 'lib32-libraw' 'lib32-openexr'