makeself: extract update_* to external update file
This commit is contained in:
parent
c14223386e
commit
78b898f573
2 changed files with 1 additions and 1 deletions
|
@ -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
1
srcpkgs/makeself/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern=$pkgname'-\K[\d.]+(?=\.run)'
|
Loading…
Reference in a new issue