libgweather: update to 3.26.1.

Closes #9562.
This commit is contained in:
maxice8 2017-11-27 06:01:35 -02:00 committed by Enno Boland
parent 0e81096848
commit 937be6e163

View file

@ -1,6 +1,6 @@
# Template file for 'libgweather'
pkgname=libgweather
version=3.26.0
version=3.26.1
revision=1
build_style=gnu-configure
build_options="gir"
@ -8,12 +8,13 @@ configure_args="$(vopt_if gir '--enable-introspection --enable-vala' '--disable-
--disable-schemas-compile --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel geocode-glib-devel"
checkdepends="tzdata"
short_desc="GNOME Weather information access library"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=5b84badc0b3ecffff5db1bb9a7cc4dd4e400a8eb3f1282348f8ee6ba33626b6e
checksum=fca78470b345bce948e0333cab0a7c52c32562fc4a75de37061248a64e8fc4b8
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"