summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Arms2023-05-04 17:43:30 +1000
committerLuke Arms2023-05-04 17:43:30 +1000
commita181c225a9e63c8656112031bcbbfee5bd1b3e8d (patch)
treeaf56ef59a024c7553a980cb9d058f1355010351e /PKGBUILD
parent6ef121334c45efa5cf176fb22e6ff19bd8b48839 (diff)
downloadaur-a181c225a9e63c8656112031bcbbfee5bd1b3e8d.tar.gz
Bump after Python 3.11 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c086222764c1..fe055584294a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-demjson3
_pkgname=${pkgname#python-}
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of demjson to purely support Python 3. Python module for JSON data encoding, including jsonlint."
arch=('any')
url="https://github.com/nielstron/demjson3"