From 50e7b2ad51c7a7665d99616eac101fa3459d5245 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 23 Oct 2024 08:38:55 +0200 Subject: [PATCH] python-mako: Update to 1.3.6 --- python-mako/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-mako/PKGBUILD b/python-mako/PKGBUILD index 2e1ec6b4a15..b0ea60a372a 100644 --- a/python-mako/PKGBUILD +++ b/python-mako/PKGBUILD @@ -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}"