s3cmd: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:17 +00:00
parent 99fb78a64b
commit ad27dfab99
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ short_desc="Command line tool for Amazon S3"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2"
homepage="http://s3tools.org/s3cmd"
update_pattern='archive/v?\K[\d.]+(-rc\d)?(?=\.tar\.gz)'
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
checksum=bd909f6c14930bc70dadfbf0593e80b5ab49ff41c137bb7bda164130f776c361

1
srcpkgs/s3cmd/update Normal file
View File

@ -0,0 +1 @@
pattern='archive/v?\K[\d.]+(-rc\d)?(?=\.tar\.gz)'