summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsmo Toijala2023-05-04 17:20:56 +0300
committerIsmo Toijala2023-05-04 17:20:56 +0300
commit4b57fe3dbd05ef82be3841d5b0321476eb51c5f2 (patch)
treec41a6cebe69d64e13b315707bdd42137f73cf5ab /PKGBUILD
parent562de4cc81ff59271bdba8ee24277d028fc5c9c4 (diff)
downloadaur-python-naturalsort.tar.gz
bump for python3.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4e8639de65c..8554f0849799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-naturalsort
_name=${pkgname#python-}
pkgver=1.5.1
-pkgrel=3
+pkgrel=4
pkgdesc="Simple natural order sorting API for Python that just works"
arch=(any)
url="https://github.com/xolox/python-naturalsort"