summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Arms2024-05-17 11:48:10 +1000
committerLuke Arms2024-05-17 11:48:10 +1000
commite80075b34d670a9d64e8771fe3058bef2d23cec4 (patch)
treec90c8c4d8bb83cc293e92678d65c4106937c1ceb /PKGBUILD
parent543b4bca9db0bdc809ae7f3e28aba167b8db7d7b (diff)
downloadaur-python-demjson3.tar.gz
Bump after Python 3.12 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"