summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2017-02-13 20:32:33 +0800
committerIru Cai2017-02-13 20:32:33 +0800
commita3138a210b529759cabea9b7ef46770e5bfc8a35 (patch)
tree20111b3b99522781a405bab8868b527c36c70de2
parent1df10c68f803652622e08ec13e04f2bd714952f2 (diff)
downloadaur-a3138a210b529759cabea9b7ef46770e5bfc8a35.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8addca1ba358..48075ce51f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 16:07:31 UTC 2016
+# Mon Feb 13 12:32:20 UTC 2017
pkgbase = gegl-git
pkgdesc = Graph based image processing framework
- pkgver = 0.3.10.69
+ pkgver = 0.3.10.193
pkgrel = 1
url = http://www.gegl.org
arch = i686
@@ -21,7 +21,7 @@ pkgbase = gegl-git
makedepends = jasper
makedepends = libtiff
makedepends = suitesparse
- depends = babl>=0.1.14
+ depends = babl>=0.1.24
depends = libspiro
depends = json-glib
optdepends = openexr: for using the openexr plugin
@@ -32,7 +32,7 @@ pkgbase = gegl-git
optdepends = libraw: raw plugin
optdepends = suitesparse: matting-levin plugin
optdepends = lua: lua plugin
- provides = gegl=0.3.10.69
+ provides = gegl=0.3.10.193
conflicts = gegl>=0.3.0
options = !libtool
source = git://git.gnome.org/gegl
diff --git a/PKGBUILD b/PKGBUILD
index 66aa4ed46a2a..1871cff028f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=gegl-git
-pkgver=0.3.10.69
+pkgver=0.3.10.193
pkgrel=1
pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64')
url="http://www.gegl.org"
license=('GPL3' 'LGPL3')
-depends=('babl>=0.1.14' 'libspiro' 'json-glib')
+depends=('babl>=0.1.24' 'libspiro' 'json-glib')
makedepends=('git' 'intltool' 'python2' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse')