xdelta3: extract update_* to external update file
This commit is contained in:
parent
0b632eb438
commit
fd9251c90e
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,5 @@ short_desc="Delta/differential compression tools, VCDIFF/RFC 3284 delta compress
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://code.google.com/p/xdelta/"
|
||||
update_pkgname=xdelta
|
||||
update_pattern=$pkgname'-\K[\d.]+\d+'
|
||||
distfiles="http://xdelta.googlecode.com/files/xdelta3-${version}.tar.xz"
|
||||
checksum=3a86f29c95664fb44b8a40ff22d9bcc3e87aa8c01f0ff75931a7fa78ed3d2e55
|
||||
|
|
2
srcpkgs/xdelta3/update
Normal file
2
srcpkgs/xdelta3/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkgname=xdelta
|
||||
pattern=$pkgname'-\K[\d.]+\d+'
|
Loading…
Reference in a new issue