diff --git a/python-mako/PKGBUILD b/python-mako/PKGBUILD index b0ea60a372a..cf06c88542f 100644 --- a/python-mako/PKGBUILD +++ b/python-mako/PKGBUILD @@ -3,7 +3,7 @@ _realname=mako pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=1.3.6 +pkgver=1.3.8 pkgrel=1 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages" arch=('any') @@ -27,7 +27,7 @@ conflicts=("python3-${_realname}") replaces=("python3-${_realname}") options=('staticlibs') source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz") -sha256sums=('9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d') +sha256sums=('577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8') build() { cd "${srcdir}/Mako-${pkgver}"