nemo: extract update_* to external update file
This commit is contained in:
parent
060973bca7
commit
a0ee6c3276
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ makedepends="libexif-devel gvfs-devel dconf-devel exempi-devel
|
|||
depends="gvfs dconf gnome-icon-theme cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
||||
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/nemo/update
Normal file
2
srcpkgs/nemo/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