gnome-online-accounts: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:45 +00:00
parent 5390dcdae2
commit e5b9728dd6
2 changed files with 2 additions and 2 deletions

View file

@ -18,8 +18,6 @@ homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=341a2c79cd26770ccbf4476f7ce7222cfe026f442cfbd05dc7f7612f7b30dae9
update_site="${GNOME_SITE}/$pkgname/cache.json"
update_ignore="3.*[13579].*"
gnome-online-accounts-devel_package() {

View file

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