aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-09-06 07:25:49 +0800
committerIru Cai2016-09-06 07:25:49 +0800
commit2bac9ee781c996ddc3fb4263e02a2299979bb80e (patch)
tree753bf0b8137ede7fad32ff24fab57bcb607ef7da
parentfa2d6415a4ce80f3f372c652f3a4a736de525319 (diff)
downloadaur-2bac9ee781c996ddc3fb4263e02a2299979bb80e.tar.gz
add babl as dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b0b60c4a20..2ba741e13662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 6 09:20:20 UTC 2016
+# Mon Sep 5 23:25:47 UTC 2016
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.9.4.47.g8493711
+ pkgver = 2.9.4.141.g3f3e385
pkgrel = 1
epoch = 1
url = http://www.gimp.org
@@ -28,7 +28,8 @@ pkgbase = gimp-git
depends = libart-lgpl>=2.3.19
depends = dbus-glib
depends = gtk-doc
- depends = gegl-git>=0.3.4
+ depends = babl>=0.1.18
+ depends = gegl-git>=0.3.8
depends = openexr>=1.6.1
depends = libmypaint-git>=1.3.0
optdepends = gutenprint: for sophisticated printing only as gimp has built-in cups print support
diff --git a/PKGBUILD b/PKGBUILD
index 99436e09b331..adda6618a684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=gimp-git
epoch=1
-pkgver=2.9.4.47.g8493711
+pkgver=2.9.4.141.g3f3e385
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
url="http://www.gimp.org"
license=('GPL' 'LGPL')
depends=('pygtk' 'lcms2>=2.2' 'libwmf>=0.2.8' 'webkitgtk2>=1.6.1' \
- 'libgexiv2' 'librsvg>=2.16.1' 'desktop-file-utils' \
- 'libexif>=0.6.15' 'libart-lgpl>=2.3.19' 'dbus-glib' 'gtk-doc' \
- 'gegl-git>=0.3.4' 'openexr>=1.6.1' 'libmypaint-git>=1.3.0')
+ 'libgexiv2' 'librsvg>=2.16.1' 'desktop-file-utils' \
+ 'libexif>=0.6.15' 'libart-lgpl>=2.3.19' 'dbus-glib' 'gtk-doc' \
+ 'babl>=0.1.18' 'gegl-git>=0.3.8' 'openexr>=1.6.1' 'libmypaint-git>=1.3.0')
makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1' \
'gnome-python>=2.16.2' 'poppler>=0.12.4' \
'alsa-lib>=1.0.0' 'libxslt')