aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2018-04-29 18:34:28 +0800
committerIru Cai2018-04-29 18:34:28 +0800
commitd8e77da181d2f4ec884e89caa1c66a18e954a747 (patch)
tree857dc8c2159d2f823ab11ed516bd63967a2b0364
parent9b9de94ab49a585f702f41950112bdd705475908 (diff)
downloadaur-d8e77da181d2f4ec884e89caa1c66a18e954a747.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2cf912ac515..e8262ec70cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.10.0.RC1.7.g60e01f5593
+ pkgver = 2.10.0.22.g4cc8481b66
pkgrel = 1
epoch = 1
url = http://www.gimp.org
@@ -27,10 +27,10 @@ pkgbase = gimp-git
depends = gtk-doc
depends = poppler-glib
depends = poppler-data
- depends = babl>=0.1.44
- depends = gegl-git>=0.3.30
depends = openexr>=1.6.1
depends = mypaint-brushes>=1.3.0
+ depends = babl>=0.1.46
+ depends = gegl-git>0.4.0
optdepends = gutenprint: for sophisticated printing only as gimp has built-in cups print support
optdepends = alsa-lib: for MIDI event controller module
optdepends = curl: for URI support
diff --git a/PKGBUILD b/PKGBUILD
index bb6a5671eac8..08ab9884f401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=gimp-git
epoch=1
-pkgver=2.10.0.RC1.7.g60e01f5593
+pkgver=2.10.0.22.g4cc8481b66
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' \
- 'libgexiv2' 'librsvg>=2.16.1' 'desktop-file-utils' \
- 'libexif>=0.6.15' 'libart-lgpl>=2.3.19' 'dbus-glib' 'gtk-doc' \
- 'poppler-glib' 'poppler-data' \
- 'babl>=0.1.44' 'gegl-git>=0.3.30' 'openexr>=1.6.1' 'mypaint-brushes>=1.3.0')
+depends=('pygtk' 'lcms2>=2.2' 'libwmf>=0.2.8'
+ 'libgexiv2' 'librsvg>=2.16.1' 'desktop-file-utils'
+ 'libexif>=0.6.15' 'libart-lgpl>=2.3.19' 'dbus-glib' 'gtk-doc'
+ 'poppler-glib' 'poppler-data' 'openexr>=1.6.1' 'mypaint-brushes>=1.3.0'
+ 'babl>=0.1.46' 'gegl-git>0.4.0')
makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1' \
'gnome-python>=2.16.2' \
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking')