summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 875b3170aab7..e25806f48dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Apr 27 18:11:56 UTC 2016
pkgbase = python-pystache
pkgdesc = The mustache template engine written in python
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/defunkt/pystache
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 74977a2653c4..4bf78a45b78e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _python=python
_distname=pystache
pkgname=$_python-$_distname
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="The mustache template engine written in python"
arch=(any)
url="http://github.com/defunkt/pystache"