summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron DeVore2015-08-11 16:40:04 -0700
committerAaron DeVore2015-08-11 16:40:04 -0700
commitbf036c1c41d825860d18abbfda7443786eb148d0 (patch)
tree52e017ce133a9f0d2041c59f45ca80b3a52f96ef /PKGBUILD
parenteedfaa2c0042f8096b2797fbd6da01bbce94a650 (diff)
downloadaur-bf036c1c41d825860d18abbfda7443786eb148d0.tar.gz
Version bump to 5.2
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}