author | Christian Hesse
<eworm@archlinux.org> 2020-02-23 19:55:33 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2020-02-23 19:55:33 UTC |
parent | 824989e72936d58f3ffaf08febba6733a32d90ef |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 4a944b1..f80a0a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.4.20 +pkgver=0.4.22 pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') url="https://www.gegl.org/" license=('GPL3' 'LGPL3') -depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse') +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=ef8b69c06d1c4c0502a09f18bd70c5c6effe587b # tags/GEGL_0_4_20^0 +_commit=14096e785792ef42dbf08510e8093996c611828f # tags/GEGL_0_4_22^0 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP')