summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron DeVore2015-08-11 16:40:04 -0700
committerAaron DeVore2015-08-11 16:40:04 -0700
commitbf036c1c41d825860d18abbfda7443786eb148d0 (patch)
tree52e017ce133a9f0d2041c59f45ca80b3a52f96ef
parenteedfaa2c0042f8096b2797fbd6da01bbce94a650 (diff)
downloadaur-python-simpletal.tar.gz
Version bump to 5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f256cb762c5e..1c2fac338fdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-simpletal
pkgdesc = Standalone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates.
- pkgver = 5.1
+ pkgver = 5.2
pkgrel = 1
url = http://www.owlfish.com/software/simpleTAL/
arch = any
license = BSD
depends = python
- source = http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.1.tar.gz
- md5sums = 2c43fb2376d501c2957bda26c81c419f
+ source = http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz
+ md5sums = 0671b1e26e7d6a1d075b6d0924c0e3d4
pkgname = python-simpletal
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}