Some URL fixes and rebuilds

This commit is contained in:
Christoph Reiter
2023-02-12 17:44:00 +01:00
parent 9c37ab20cd
commit 0a996297e3
11 changed files with 21 additions and 21 deletions

View File

@@ -4,11 +4,11 @@ _realname=beaker
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.12.0
pkgrel=2
pkgrel=3
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('any')
license=('PSF')
url="http://beaker.groovie.org/"
url="https://beaker.readthedocs.org"
depends=("python")
makedepends=(
"python-setuptools"