author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 14:07:34 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 14:07:34 UTC |
parent | 5078cf1d3546ae7271342f4dbba834db4bbd003e |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 3425560..d705514 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-toml pkgdesc = A Python library for parsing and creating TOML pkgver = 0.10.2 - pkgrel = 10 + pkgrel = 11 url = https://github.com/uiri/toml arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 9c0544c..9204e80 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _name=toml pkgname=python-toml pkgver=0.10.2 -pkgrel=10 +pkgrel=11 pkgdesc="A Python library for parsing and creating TOML" arch=('any') url="https://github.com/uiri/toml"