makeself: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:48 +00:00
parent c14223386e
commit 78b898f573
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ short_desc="Make self-extractable archives on Unix"
homepage="http://www.megastep.org/makeself/"
license="GPL-2+"
maintainer="Juan RP <xtraeme@gmail.com>"
update_pattern=$pkgname'-\K[\d.]+(?=\.run)'
distfiles="http://megastep.org/$pkgname/$pkgname-$version.run"
checksum=8227668bb35c34d86e6f0fe69c7bf4bd2813f51edfcbfc227896b4787b0a1a4e

1
srcpkgs/makeself/update Normal file
View file

@ -0,0 +1 @@
pattern=$pkgname'-\K[\d.]+(?=\.run)'