evolution-data-server: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:49 +00:00
parent 4fe3a718fa
commit 69b9aa74c8
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,6 @@ license="GPL-2"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d
update_site="${GNOME_SITE}/$pkgname/cache.json"
update_ignore="3.*[13579].*"
post_install() {
# Fix broken pkg-config

View File

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