Merge pull request #5099 from Adsun701/python-beaker-1.10.1

python-beaker: update to 1.10.1
This commit is contained in:
Алексей
2019-03-21 10:14:25 +03:00
committed by GitHub

View File

@@ -4,15 +4,15 @@
_realname=beaker
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.10.0
pkgrel=2
pkgver=1.10.1
pkgrel=1
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications (mingw-w64)"
arch=('any')
license=('custom')
url="http://beaker.groovie.org/"
depends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools")
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz)
sha256sums=('50d4c24ae8a7015e3a7edf0482cef84c2dd6b2d76eabf441927236bbf4e26eeb')
sha256sums=('ce07f15e1ed50fc38bed51039f94e859d696bc05c42dbf384078b12658e891ec')
prepare() {
cd "${srcdir}/Beaker-${pkgver}"