git » python-toml.git » commit 76df963

rebuild with python 3.11

author Felix Yan
2023-04-06 16:43:13 UTC
committer Felix Yan
2023-04-06 16:43:13 UTC
parent 995abd8507b0f9387234cc990abe33cc9f1f5d5f

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 3a40181..3f1505b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _name=toml
 pkgname=python-toml
 pkgver=0.10.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A Python library for parsing and creating TOML"
 arch=('any')
 url="https://github.com/uiri/toml"