xdelta3: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:57 +00:00
parent 0b632eb438
commit fd9251c90e
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
pkgname=xdelta
pattern=$pkgname'-\K[\d.]+\d+'