cinnamon: extract update_* to external update file
This commit is contained in:
parent
96a16e1ba9
commit
371229af2f
2 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,6 @@ depends="
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
update_site="https://api.github.com/repos/linuxmint/Cinnamon/tags"
|
||||
update_pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/linuxmint/Cinnamon ${pkgname}-${version}
|
||||
|
|
2
srcpkgs/cinnamon/update
Normal file
2
srcpkgs/cinnamon/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://api.github.com/repos/linuxmint/Cinnamon/tags"
|
||||
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
Loading…
Reference in a new issue