cjs: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:43 +00:00
parent 0bb0bf9910
commit 5bb1a09dc1
2 changed files with 2 additions and 2 deletions

View file

@ -10,8 +10,6 @@ makedepends="js-devel dbus-glib-devel readline-devel>=6.3"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
update_site="https://api.github.com/repos/linuxmint/$pkgname/tags"
update_pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
do_fetch() {
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}

2
srcpkgs/cjs/update Normal file
View file

@ -0,0 +1,2 @@
site="https://api.github.com/repos/linuxmint/$pkgname/tags"
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'