python-mako: Update to 1.3.6

This commit is contained in:
Christoph Reiter
2024-10-23 08:38:55 +02:00
parent b9d0dc2b3a
commit afaab2e843

View File

@@ -3,8 +3,8 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.5
pkgrel=3
pkgver=1.3.6
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
url="https://pypi.python.org/pypi/Mako"
@@ -26,8 +26,8 @@ provides=("python3-${_realname}")
conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
sha256sums=('48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc')
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
sha256sums=('9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d')
build() {
cd "${srcdir}/Mako-${pkgver}"