author | Christian Hesse
<eworm@archlinux.org> 2020-10-04 19:14:25 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2020-10-04 19:14:25 UTC |
parent | 972ed6a3d0da4f2a1334838232b6bf9eb168b552 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index a38dd75..bda80b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.4.24 -pkgrel=2 +pkgver=0.4.26 +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=c3c87d5ac4eb7a6ed79b0be089fff3bd1850fc02 # tags/GEGL_0_4_24^0 +_commit='3371550915bfe10e9e0add87caaf578464305542' # tags/GEGL_0_4_26^0 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP')