diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index c22d7561641..837c091d544 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -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 " 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"