author | Jan Alexander Steffens
<heftig@archlinux.org> 2017-09-06 10:20:23 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2017-09-06 10:20:23 UTC |
parent | 78dde91f7c5f383e51d36b29195901ba00e6e915 |
PKGBUILD | +7 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index c12544b..e8300c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.3.14 -pkgrel=2 +pkgver=0.3.20 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') -depends=('babl' 'libspiro' 'json-glib') -makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' - 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' - 'gobject-introspection' 'git' 'gtk-doc') +depends=('babl' 'libspiro' 'json-glib' 'libgexiv2') +makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' 'jasper' + 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 'gobject-introspection' + 'git') optdepends=('libraw: raw plugin' 'openexr: openexr plugin' 'ffmpeg: ffmpeg plugin' @@ -20,7 +20,7 @@ optdepends=('libraw: raw plugin' 'libtiff: tiff plugin' 'lua: lua plugin' 'lensfun: lens-correct plugin') -_commit=285e5b781f2ef6359d264192f826564402119b87 # tags/GEGL_0_3_14^0 +_commit=517991898e8ea672d38aa0dd282bb59b84ae253d # tags/GEGL_0_3_20^0 source=("git+https://git.gnome.org/browse/gegl#commit=$_commit") sha256sums=('SKIP')