clutter: extract update_* to external update file
This commit is contained in:
parent
56a58c917f
commit
c4c716da8c
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@ homepage="http://www.clutter-project.org"
|
|||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/clutter/${version%.*}/clutter-${version}.tar.xz"
|
||||
checksum=cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293
|
||||
update_site="${GNOME_SITE}/$pkgname/cache.json"
|
||||
update_ignore="1.*[13579].*"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
|
|
2
srcpkgs/clutter/update
Normal file
2
srcpkgs/clutter/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="${GNOME_SITE}/$pkgname/cache.json"
|
||||
ignore="1.*[13579].*"
|
Loading…
Reference in a new issue