gegl: update to 0.4.2.

This commit is contained in:
Enno Boland 2018-05-25 11:42:14 +02:00 committed by Enno Boland
parent 53b8c2ac75
commit f5bdb31ff6
1 changed files with 4 additions and 4 deletions

View File

@ -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 <gottox@voidlinux.eu>"
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"
}
}