diff options
author | FFY00 | 2018-07-05 15:12:22 +0100 |
---|---|---|
committer | FFY00 | 2018-07-05 15:12:22 +0100 |
commit | 3b7f9187b5ef38144ab635cbc3f2e4459ba2fd67 (patch) | |
tree | 108316d3fd5dfbfb4c1dd6b3ad60d76d3a5b0202 | |
parent | b8faa7d5c6b3ee08cab8be8adcbc221e212f4dcf (diff) | |
download | aur-3b7f9187b5ef38144ab635cbc3f2e4459ba2fd67.tar.gz |
pkgbuild: update babl version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ pkgbase = gegl-git makedepends = libtiff makedepends = suitesparse makedepends = gobject-introspection - depends = babl>=0.1.26 + depends = babl>=0.1.52 depends = libspiro depends = json-glib optdepends = openexr: for using the openexr plugin @@ -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.26' 'libspiro' 'json-glib') +depends=('babl>=0.1.52' 'libspiro' 'json-glib') makedepends=('git' 'intltool' 'python2' 'ruby' 'lua' 'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'libtiff' 'suitesparse' 'gobject-introspection') |