git » python-toml.git » commit 1046455

Python 3.10 rebuild

author Felix Yan
2021-11-30 15:42:52 UTC
committer Felix Yan
2021-11-30 15:42:52 UTC
parent 4d6bf14ca99a68cab99ad8b2eb5d5a7e4b9e911d

Python 3.10 rebuild

PKGBUILD +1 -1

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