s3cmd: update to 1.5.0.
This commit is contained in:
parent
331cb88c12
commit
0e3b3a51ce
|
@ -1,8 +1,6 @@
|
|||
# Template file for 's3cmd'
|
||||
pkgname=s3cmd
|
||||
_distver=1.5.0-rc1
|
||||
version="${_distver//-/}"
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
version="1.5.0"
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -13,10 +11,9 @@ short_desc="Command line tool for Amazon S3"
|
|||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://s3tools.org/s3cmd"
|
||||
update_version="${_distver//-/.}"
|
||||
update_pattern='archive/v?\K[\d.]+(-rc\d)?(?=\.tar\.gz)'
|
||||
distfiles="https://github.com/s3tools/${pkgname}/archive/v${_distver}.tar.gz"
|
||||
checksum=650dc3e0ee0ce7500183973dd66c121be3c4dde2570ad96b9d834ba6dca77a8c
|
||||
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=bd909f6c14930bc70dadfbf0593e80b5ab49ff41c137bb7bda164130f776c361
|
||||
|
||||
pre_install() {
|
||||
export S3CMD_INSTPATH_DOC="usr/share/doc"
|
||||
|
|
Loading…
Reference in New Issue