summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-04-11 02:10:22 -0400
committerChris Severance2016-04-11 02:10:22 -0400
commitaff91df3fc138489a73c88487f3131a9fdbb8a03 (patch)
tree4d1888ab972164b28454408a511b5e1f41b6862a
parent129e4394fd9a798234470bbc7df04a9ad8925a9e (diff)
downloadaur-aff91df3fc138489a73c88487f3131a9fdbb8a03.tar.gz
Update to 2.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4915e9d4912..52148fe570ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Apr 11 06:10:22 UTC 2016
pkgbase = python2-cement
pkgdesc = CLI Application Framework for Python
- pkgver = 2.6.2
+ pkgver = 2.8.2
pkgrel = 1
url = http://builtoncement.com/
arch = any
license = Apache2
makedepends = python2
makedepends = python2-distribute
- source = http://pypi.python.org/packages/source/c/cement/cement-2.6.2.tar.gz
- sha256sums = ba547b342c2e327f2509f9424971f7ae9dd61ec884cb62c80f45d88bdf4bd27b
+ source = https://pypi.python.org/packages/source/c/cement/cement-2.8.2.tar.gz
+ sha256sums = 8765ed052c061d74e4d0189addc33d268de544ca219b259d797741f725e422d2
pkgname = python2-cement
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 3246ebea951b..18acef383a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ set -u
_pyver="python2"
_pybase='cement'
pkgname="${_pyver}-${_pybase}"
-pkgver='2.6.2'
+pkgver='2.8.2'
pkgrel='1'
pkgdesc='CLI Application Framework for Python'
arch=('any')
@@ -14,8 +14,8 @@ 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')
-source=("http://pypi.python.org/packages/source/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
-sha256sums=('ba547b342c2e327f2509f9424971f7ae9dd61ec884cb62c80f45d88bdf4bd27b')
+source=("https://pypi.python.org/packages/source/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
+sha256sums=('8765ed052c061d74e4d0189addc33d268de544ca219b259d797741f725e422d2')
build() {
set -u