python-beaker: Update to 1.10.0

This commit is contained in:
Alexey Pavlov
2018-08-08 09:35:05 +03:00
parent 57ecd7a006
commit aaa400827d

View File

@@ -3,7 +3,7 @@
_realname=beaker
pkgbase="python-${_realname}"
pkgname=("python3-${_realname}" "python2-${_realname}")
pkgver=1.9.0
pkgver=1.10.0
pkgrel=1
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('PSF')
url="http://beaker.groovie.org/"
depends=("python2-setuptools" "python3-setuptools")
source=("${_realname}-${pkgver}.tar.gz"::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz)
sha256sums=('ac8828ea391b463b0f6b844a04648ea8172fd6e9938fe6a7bea412cc6795d5c8')
sha256sums=('50d4c24ae8a7015e3a7edf0482cef84c2dd6b2d76eabf441927236bbf4e26eeb')
prepare() {
cd "${srcdir}"