vbindiff: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:47 +00:00
parent cfe03bfb40
commit a46e138b54
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,5 @@ short_desc="Visual Binary Diff"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.cjmweb.net/vbindiff/"
update_pattern='vbindiff-\K.*(?=.tar)'
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=7d5d5a87fde953dc2089746f6f6ab811d60e127b01074c97611898fb1ef1983d

1
srcpkgs/vbindiff/update Normal file
View file

@ -0,0 +1 @@
pattern='vbindiff-\K.*(?=.tar)'