summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8409463e4e..eecc9a007dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = gegl-git
makedepends = libtiff
makedepends = suitesparse
makedepends = gobject-introspection
- depends = babl>=0.1.52
+ depends = babl>=0.1.54
depends = libspiro
depends = json-glib
optdepends = openexr: for using the openexr plugin
diff --git a/PKGBUILD b/PKGBUILD
index cc9c15213e18..ab882f865ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64')
url="http://www.gegl.org"
license=('GPL3' 'LGPL3')
-depends=('babl>=0.1.52' 'libspiro' 'json-glib')
+depends=('babl>=0.1.54' 'libspiro' 'json-glib')
makedepends=('git' 'intltool' 'python2' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse' 'gobject-introspection')