libgweather: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:51 +00:00
parent 771885eb40
commit 04c9e7304f
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -0,0 +1,2 @@
site="${GNOME_SITE}/$pkgname/cache.json"
ignore="3.*[13579].*"