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 8dcd8733b4e2..28cf3c343610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-demjson3
pkgdesc = encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159
pkgver = 3.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nielstron/demjson3
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3b9ffea8992b..aa427046a174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-demjson3
_pkgname=${pkgname#python-}
pkgver=3.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
arch=('any')
url="https://github.com/nielstron/demjson3"