aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-06-28 18:23:28 +0200
committerbartus2019-09-16 21:49:33 +0200
commit45b93d40b1b11208e228057daa6cd8ddb7d74bf0 (patch)
tree538fef145b92a6ecedf20b970180a6ec87503de6
parent948f9a22e8e2ab85cb5be3dccab93f6257d5b806 (diff)
downloadaur-45b93d40b1b11208e228057daa6cd8ddb7d74bf0.tar.gz
update gegl version 4.16 > 4.17
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d753c4b0667e..ee382115931a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-develop-git
pkgdesc = GNU Image Manipulation Program (non-conflicting git version)
- pkgver = 2.99.1.r2541.5160f51676
+ pkgver = 2.99.1.r2590.928b85d25c
pkgrel = 1
epoch = 1
url = https://www.gimp.org
@@ -43,7 +43,7 @@ pkgbase = gimp-develop-git
depends = openexr>=1.6.1
depends = mypaint-brushes>=1.3.0
depends = babl>=0.1.66
- depends = gegl>=0.4.16
+ depends = gegl>=0.4.17
depends = cairo>=1.14.0
depends = appstream-glib>=0.7.7
optdepends = gutenprint: for sophisticated printing only as gimp has built-in cups print support
diff --git a/PKGBUILD b/PKGBUILD
index 42cdf7b3d880..ff257ce5bfcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r2541.5160f51676
+pkgver=2.99.1.r2590.928b85d25c
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ depends=(
'openexr>=1.6.1'
'mypaint-brushes>=1.3.0'
'babl>=0.1.66'
- 'gegl>=0.4.16'
+ 'gegl>=0.4.17'
'cairo>=1.14.0'
'appstream-glib>=0.7.7'
)