python-beaker: update to 1.12.1

This commit is contained in:
Mehdi Chinoune
2023-02-15 05:18:39 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 3b92367ac3
commit df05fe1d70

View File

@@ -3,8 +3,8 @@
_realname=beaker
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.12.0
pkgrel=4
pkgver=1.12.1
pkgrel=1
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('any')
license=('PSF')
@@ -20,7 +20,7 @@ provides=("python3-${_realname}")
conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
source=("${_realname}-${pkgver}.tar.gz"::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz)
sha256sums=('e88717be6e81a8668364825e0285bbd776d705182ef493934221a32b628d7f26')
sha256sums=('135c41ce48a7f994c15abe050949e6ce70f3e164f0dc81ceb56c4d9e3106b9f2')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"