glib: update to 2.58.3.

This commit is contained in:
maxice8 2019-01-21 14:22:22 -02:00 committed by maxice8
parent 1fd6ab8f5d
commit b4bb2fefa1

View file

@ -1,18 +1,18 @@
# Template file for 'glib'
pkgname=glib
version=2.58.2
version=2.58.3
revision=1
build_style=gnu-configure
configure_args="--enable-libelf --disable-fam --with-pcre=system --enable-static"
hostmakedepends="automake libtool pkg-config python3 libxslt docbook-xsl"
makedepends="zlib-devel pcre-devel libffi-devel dbus-devel elfutils-devel libmount-devel"
short_desc="The GNU library of C routines"
short_desc="GNU library of C routines"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GLib"
changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
checksum=c7b24ed6536f1a10fc9bce7994e55c427b727602e78342821f1f07fb48753d4b
checksum=8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"