python-mako: Uodate to 1.0.14

This commit is contained in:
Alexey Pavlov
2019-07-25 15:08:13 +03:00
parent 92fa1e1300
commit 9ba8d26820

View File

@@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python3-${_realname}" "python2-${_realname}")
pkgver=1.0.13
pkgver=1.0.14
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ checkdepends=("python2-nose"
"python3-nose")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
sha256sums=('95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541')
sha256sums=('f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b')
build() {
cd "$srcdir"