python-beaker: Update to 1.10.1

This commit is contained in:
Alexey Pavlov
2019-04-27 23:52:36 +03:00
parent 622c14133c
commit 4a90aa0660

View File

@@ -3,15 +3,15 @@
_realname=beaker
pkgbase="python-${_realname}"
pkgname=("python3-${_realname}" "python2-${_realname}")
pkgver=1.10.0
pkgrel=3
pkgver=1.10.1
pkgrel=1
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('i686' 'x86_64')
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=('50d4c24ae8a7015e3a7edf0482cef84c2dd6b2d76eabf441927236bbf4e26eeb')
sha256sums=('ce07f15e1ed50fc38bed51039f94e859d696bc05c42dbf384078b12658e891ec')
prepare() {
cd "${srcdir}"