glib: update to 2.56.1.

Closes #13272.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-07 22:01:35 -03:00 committed by Enno Boland
parent e1af4e5bc6
commit 952f5ff610
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'glib'
pkgname=glib
version=2.56.0
revision=2
version=2.56.1
revision=1
build_style=gnu-configure
configure_args="--enable-libelf --disable-fam --with-pcre=system --enable-static"
hostmakedepends="automake libtool pkg-config perl python3 libxslt docbook-xsl"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gtk.org/"
license="LGPL-2.1-or-later"
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-$version.tar.xz"
checksum=ecef6e17e97b8d9150d0e8a4b3edee1ac37331213b8a2a87a083deea408a0fc7
checksum=40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"