summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-04-30 19:54:23 -0400
committerChris Severance2018-04-30 19:54:23 -0400
commit8af49b2f030c9a476049b04a98114027f0c20430 (patch)
treec320933b6a1a68f01eae4b76bba1e8e83d7345fb /PKGBUILD
parentbd1bd21de5f32f9d096fb8dd4adfeb224d8fc5a9 (diff)
downloadaur-python2-cement.tar.gz
autu: Update to 2.10.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d119b299613e..2570b5330ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ set -u
_pyver="python2"
_pybase='cement'
pkgname="${_pyver}-${_pybase}"
-pkgver='2.10.2'
+pkgver='2.10.12'
pkgrel='1'
pkgdesc='CLI Application Framework for Python'
arch=('any')
@@ -13,9 +13,9 @@ url='http://builtoncement.com/'
license=('Apache2') #custom: ISC
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
_srcdir="${_pybase}-${pkgver}"
-#_verwatch=("https://pypi.python.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\.gz" 't')
+#_verwatch=("https://pypi.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\.gz" 't')
source=("https://pypi.io/packages/source/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
-sha256sums=('d50c5980bf3e2456e515178ba097d16e36be0fbcab7811a60589d22f45b64f55')
+sha256sums=('58efb4eacd9ec977ce797a364a13851de6e42392bbde5287d44294f06c5a2f70')
build() {
set -u