python-mako: Update to 1.3.9

This commit is contained in:
Christoph Reiter 2025-03-11 08:32:04 +01:00
parent cfe223205b
commit 20fba0edc5

View File

@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.8
pkgver=1.3.9
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
@ -27,7 +27,7 @@ conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
sha256sums=('577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8')
sha256sums=('b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac')
build() {
cd "${srcdir}/Mako-${pkgver}"