summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2016-04-27 14:11:58 -0400
committerDrew DeVault2016-04-27 14:11:58 -0400
commita61b79a1a3f37e2d6daf57f3b893deffc294e9df (patch)
treebfd3485cc31917acd1220da7fd05eaf66999e824
parent4a448a5cf73f09995fc791449cf5f85e969ce619 (diff)
downloadaur-a61b79a1a3f37e2d6daf57f3b893deffc294e9df.tar.gz
Update pkgrel
-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"