From c98afce1a25b64c2cd60a374ae5aced539fa2043 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 06:57:59 -0300 Subject: [PATCH] gegl: update to 0.4.6. --- srcpkgs/gegl/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index 7bacb7e405..4ec35ed833 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,6 +1,6 @@ -# Template build file for 'gegl'. +# Template file for 'gegl' pkgname=gegl -version=0.4.4 +version=0.4.6 revision=1 build_style=gnu-configure configure_args="--disable-docs --without-sdl --without-libopenraw @@ -13,8 +13,9 @@ short_desc="Graph based image processing framework" maintainer="Enno Boland " license="GPL-3.0-only, LGPL-3.0-only" homepage="https://www.gimp.org" +changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" -checksum=f8cb45da736131fe29582b74cf6851102ae013bf99c77413a8bcb02e92e57890 +checksum=f397eb43f6b8ec387d177b21a0002070c78c38a94a1a0ca6575226f081519ae5 gegl-devel_package() { depends="json-glib-devel babl-devel gegl>=${version}_${revision}"