summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115fac9ed126..6ae6b3081529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = demjson
pkgdesc = Encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159
pkgver = 2.2.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dmeranda/demjson
arch = any
license = LGPL3
@@ -13,4 +13,3 @@ pkgbase = demjson
sha256sums = 31de2038a0fdd9c4c11f8bf3b13fe77bc2a128307f965c8d5fb4dc6d6f6beb79
pkgname = demjson
-
diff --git a/PKGBUILD b/PKGBUILD
index a1f4b28ccde4..bcf65b70d9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo[@]gmail.com>
pkgname=demjson
pkgver=2.2.4
-pkgrel=2
+pkgrel=3
pkgdesc="Encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
arch=('any')
url="https://github.com/dmeranda/demjson"