mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
evolution-data-server: extract update_* to external update file
This commit is contained in:
parent
4fe3a718fa
commit
69b9aa74c8
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,6 @@ license="GPL-2"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d
|
checksum=52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d
|
||||||
update_site="${GNOME_SITE}/$pkgname/cache.json"
|
|
||||||
update_ignore="3.*[13579].*"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix broken pkg-config
|
# Fix broken pkg-config
|
||||||
|
|
2
srcpkgs/evolution-data-server/update
Normal file
2
srcpkgs/evolution-data-server/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="${GNOME_SITE}/$pkgname/cache.json"
|
||||||
|
ignore="3.*[13579].*"
|
Loading…
Add table
Reference in a new issue