summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2be8a3db185..683ddbee56ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-strictyaml
pkgdesc = A type-safe YAML parser that parses a restricted subset of the YAML specificaton
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = http://hitchdev.com/strictyaml
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3e3a9343ad56..c54d5a3a7f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-strictyaml
_pkgname=strictyaml
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"