author | Christian Hesse
<eworm@archlinux.org> 2020-06-08 07:26:25 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2020-06-08 07:26:25 UTC |
parent | 04e16d87051c73f1437365ce31284c65b276fe2b |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 8fce1cc..c173e2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.4.22 -pkgrel=3 +pkgver=0.4.24 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') url="https://www.gegl.org/" @@ -10,7 +10,7 @@ license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib') makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') optdepends=('ffmpeg: ffmpeg plugin') -_commit=14096e785792ef42dbf08510e8093996c611828f # tags/GEGL_0_4_22^0 +_commit=c3c87d5ac4eb7a6ed79b0be089fff3bd1850fc02 # tags/GEGL_0_4_24^0 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP')