From 463664d9c891b1f764f2111b33ee084a1b4acb81 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 13 Jun 2018 21:54:08 -0300 Subject: [PATCH] libgweather: update to 3.28.2. --- srcpkgs/libgweather/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index b012196b1a2..cfc69c0f9a7 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -1,9 +1,8 @@ # Template file for 'libgweather' pkgname=libgweather -version=3.28.1 +version=3.28.2 revision=1 build_style=meson -build_options="gir" configure_args="-Denable_vala=$(vopt_if gir true false) -Dzoneinfo_dir=/usr/share/zoneinfo" hostmakedepends="glib-devel gobject-introspection intltool pkg-config @@ -14,10 +13,11 @@ short_desc="GNOME Weather information access library" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="http://www.gnome.org/" -distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=157a8388532a751b36befff424b11ed913b2c43689b62cd2060f6847eb730be3 +distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=081ce81653afc614e12641c97a8dd9577c524528c63772407ae2dbcde12bde75 nocross="requires gobject-introspection" +build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi