python-mako: Update to 1.3.8

This commit is contained in:
Christoph Reiter
2024-12-24 14:12:43 +01:00
parent 1af5eac8cc
commit 2ae2f770e0

View File

@@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.6
pkgver=1.3.8
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=('9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d')
sha256sums=('577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8')
build() {
cd "${srcdir}/Mako-${pkgver}"