summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-05-04 17:43:30 +1000
committerLuke Arms2023-05-04 17:43:30 +1000
commita181c225a9e63c8656112031bcbbfee5bd1b3e8d (patch)
treeaf56ef59a024c7553a980cb9d058f1355010351e
parent6ef121334c45efa5cf176fb22e6ff19bd8b48839 (diff)
downloadaur-a181c225a9e63c8656112031bcbbfee5bd1b3e8d.tar.gz
Bump after Python 3.11 release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd617df7482e..436d77af47a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-demjson3
pkgdesc = Fork of demjson to purely support Python 3. Python module for JSON data encoding, including jsonlint.
pkgver = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nielstron/demjson3
arch = any
license = LGPL3
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"