summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuís Ferreira2019-07-02 20:58:30 +0100
committerLuís Ferreira2019-07-02 20:58:30 +0100
commite158e102c4f0b4129aadb4e3716c4f59008b8f98 (patch)
treeb161b84e4afe06bd8d021367545031c6502cb207 /PKGBUILD
parent7d366f9ff446c87dd9580f8c8f8ef200be59c2b1 (diff)
downloadaur-python2-empy.tar.gz
update to version 3.3.4-1
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53c5de80ac68..9ba428d62e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: hauptmech <hauptmech@gmail.com>
pkgname=python2-empy
realname=empy
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
pkgdesc="A powerful and robust templating system for Python."
arch=('any')
url="http://www.alcyone.com/software/empy"
@@ -12,7 +12,7 @@ depends=('python2>=2.4')
license=('LGPL')
source=("https://pypi.python.org/packages/source/E/EmPy/empy-$pkgver.tar.gz"
"python2.patch")
-md5sums=('fbb34761cdf9acc4c65e298c9eced395'
+md5sums=('6d73ddc0e9dc76cd607217f14d742679'
'198d743409b18c0d024851ca80829a1d')
build() {