Merge pull request #7747 from danyeaw/mako-1.1.4

Update mako to version 1.1.4
This commit is contained in:
Christoph Reiter
2021-01-24 16:30:28 +01:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.1.2
pkgver=1.1.4
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages (mingw-w64)"
arch=('any')
@@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-nose")
options=('staticlibs')
install=${_realname}3-${CARCH}.install
source=("https://pypi.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
sha256sums=('3139c5d64aa5d175dbafb95027057128b5fbd05a40c53999f3905ceb53366d9d')
sha256sums=('17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab')
prepare() {
cd "${srcdir}"