libgweather: extract update_* to external update file
This commit is contained in:
parent
771885eb40
commit
04c9e7304f
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="${GNOME_SITE}/$pkgname/cache.json"
|
||||
ignore="3.*[13579].*"
|
Loading…
Reference in New Issue