author | Antonio Rojas
<arojas@archlinux.org> 2020-01-27 15:04:03 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-01-27 15:04:03 UTC |
parent | e505080a784fa28c2ca7a5dd21a56dbcc5ac153b |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 9e34af3..4a944b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.4.18 +pkgver=0.4.20 pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse') makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') optdepends=('ffmpeg: ffmpeg plugin') -_commit=2556eb7807dd9b3cb97f2769d8993f7a0c38e2a9 # tags/GEGL_0_4_18^0 +_commit=ef8b69c06d1c4c0502a09f18bd70c5c6effe587b # tags/GEGL_0_4_20^0 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP')