git » python-toml.git » commit eba77e2

Python 3.9 rebuild

author Felix Yan
2020-11-09 15:38:10 UTC
committer Felix Yan
2020-11-09 15:38:10 UTC
parent a94b546907fb17293c7430b66ee2f48f19372f1a

Python 3.9 rebuild

PKGBUILD +1 -1

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