summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6bcb369e936..5ac1e3bf4f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Dziedzic < gostrc at gmail >
pkgname=python-simpletal
-pkgver=5.1
+pkgver=5.2
pkgrel=1
pkgdesc='Standalone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates.'
arch=('any')
@@ -10,7 +10,7 @@ url='http://www.owlfish.com/software/simpleTAL/'
license=('BSD')
depends=('python')
source=("http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-${pkgver}.tar.gz")
-md5sums=('2c43fb2376d501c2957bda26c81c419f')
+md5sums=('0671b1e26e7d6a1d075b6d0924c0e3d4')
build() {
cd SimpleTAL-${pkgver}