From 37f4bcddfc0c47ad17c7a18b1bb1f8ec563cb69d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 17 Apr 2025 03:47:54 +0000 Subject: [PATCH] python-mako: update to 1.3.10 --- python-mako/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python-mako/PKGBUILD b/python-mako/PKGBUILD index 2a0f33fb..712646ea 100644 --- a/python-mako/PKGBUILD +++ b/python-mako/PKGBUILD @@ -3,7 +3,7 @@ _realname=mako pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=1.3.9 +pkgver=1.3.10 pkgrel=1 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages" arch=('any') @@ -22,12 +22,9 @@ makedepends=( "python-setuptools" ) checkdepends=("python-pytest") -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=('b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac') +sha256sums=('99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28') build() { cd "${srcdir}/Mako-${pkgver}"