Update jinja/markupsafe

This commit is contained in:
Christoph Reiter
2022-07-27 17:52:33 +02:00
parent 91edc9ec59
commit ef6da38864
2 changed files with 7 additions and 7 deletions

View File

@@ -3,8 +3,8 @@
_realname=jinja
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=2.11.2
pkgrel=4
pkgver=3.1.2
pkgrel=1
pkgdesc='A simple pythonic template language written in Python'
arch=('i686' 'x86_64')
license=('BSD')
@@ -12,7 +12,7 @@ url='http://jinja.pocoo.org/'
depends=('python-markupsafe')
makedepends=('python-setuptools')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/pallets/jinja/archive/${pkgver}.tar.gz")
sha256sums=('c5720a681bf1c5b11e184af32e6a8ce28670911787702b20cd0367e3877bbcae')
sha256sums=('ecae76cd1a064d40eb46c5375f07953d747f4d65b68cd3fa5f02c91714b799fc')
prepare() {
cd "${srcdir}"