muffin: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:10 +00:00
parent 2025bb686c
commit 84050641ef
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,6 @@ makedepends="clutter-devel startup-notification-devel libcanberra-devel
depends="dconf zenity"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
update_site="https://github.com/linuxmint/${pkgname}/tags"
update_pattern='archive/\K[\d.]+(?=\.tar\.gz)'
homepage="http://cinnamon.linuxmint.com/"
do_fetch() {

2
srcpkgs/muffin/update Normal file
View file

@ -0,0 +1,2 @@
site="https://github.com/linuxmint/${pkgname}/tags"
pattern='archive/\K[\d.]+(?=\.tar\.gz)'