dialog: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:46 +00:00
parent 37a9ced729
commit 9f8eef036d
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ short_desc="A tool to display dialog boxes from shell scripts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/"
update_pattern="dialog-\K[\d.-]+(?=.tgz)"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc

1
srcpkgs/dialog/update Normal file
View File

@ -0,0 +1 @@
pattern="dialog-\K[\d.-]+(?=.tgz)"