mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
cinnamon-control-center: extract update_* to external update file
This commit is contained in:
parent
2bac87f853
commit
6564d9bd04
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@ depends="lib${sourcepkg}>=${version}_${revision} GConf cinnamon-settings-daemon
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cinnamon.linuxmint.com/"
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
update_site="https://api.github.com/repos/linuxmint/$pkgname/tags"
|
|
||||||
update_pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
||||||
|
|
2
srcpkgs/cinnamon-control-center/update
Normal file
2
srcpkgs/cinnamon-control-center/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://api.github.com/repos/linuxmint/$pkgname/tags"
|
||||||
|
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
Loading…
Add table
Reference in a new issue