muffin: extract update_* to external update file
This commit is contained in:
parent
2025bb686c
commit
84050641ef
2 changed files with 2 additions and 2 deletions
|
@ -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
2
srcpkgs/muffin/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://github.com/linuxmint/${pkgname}/tags"
|
||||
pattern='archive/\K[\d.]+(?=\.tar\.gz)'
|
Loading…
Reference in a new issue