From f5bdb31ff63226c73b22a1fb249e36a9fb5fbedc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 25 May 2018 11:42:14 +0200 Subject: [PATCH] gegl: update to 0.4.2. --- srcpkgs/gegl/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index ac9001d290e..57fb9e815f4 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,7 +1,7 @@ # Template build file for 'gegl'. pkgname=gegl -version=0.4.0 -revision=2 +version=0.4.2 +revision=1 build_style=gnu-configure configure_args="--disable-docs --without-sdl --without-libopenraw --without-libavformat --without-graphviz --without-lua --without-libspiro @@ -14,7 +14,7 @@ maintainer="Enno Boland " license="GPL-3.0, LGPL-3.0" homepage="https://www.gimp.org" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" -checksum=d04d2bfa0ff5a4bcfe7566f7418929a9c80f0109fa248ea4ff19538b3e99f0c5 +checksum=6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d gegl-devel_package() { depends="libglib-devel gegl>=${version}_${revision}" @@ -22,6 +22,6 @@ gegl-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove "usr/lib/*.so" + vmove "usr/lib/libgegl-0.4.so" } }