diff --git a/python-mako/PKGBUILD b/python-mako/PKGBUILD index 7c8bbc6a..d7b5b7fe 100644 --- a/python-mako/PKGBUILD +++ b/python-mako/PKGBUILD @@ -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"