From 04c9e7304fb091fb46993a4d19ac1446e02d9d3a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:51 +0000 Subject: [PATCH] libgweather: extract update_* to external update file --- srcpkgs/libgweather/template | 2 -- srcpkgs/libgweather/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libgweather/update diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 9a08292c58..fba5613748 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -15,8 +15,6 @@ homepage="http://www.gnome.org/" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=aa0d03132fc6c446cf549df1d91e319e1abcc676f1d9f8bc1dc01f033dcff493 -update_site="${GNOME_SITE}/$pkgname/cache.json" -update_ignore="3.*[13579].*" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" diff --git a/srcpkgs/libgweather/update b/srcpkgs/libgweather/update new file mode 100644 index 0000000000..a84fbbad8b --- /dev/null +++ b/srcpkgs/libgweather/update @@ -0,0 +1,2 @@ +site="${GNOME_SITE}/$pkgname/cache.json" +ignore="3.*[13579].*"