git » python-structlog.git » commit 52d2fb9

rebuild with python 3.11

author Felix Yan
2023-04-08 03:19:05 UTC
committer Felix Yan
2023-04-08 03:19:05 UTC
parent 9063416c50655ccf4a423815554f9be876361f89

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 2d5ae5e..35ac2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=python-structlog
 pkgver=23.1.0
 # curl https://api.github.com/repos/hynek/structlog/git/ref/tags/$pkgver | jq -r .object.sha
 _tag=785135e3db8d40c470acca88a263bb47be0c3a5d
-pkgrel=1
+pkgrel=2
 pkgdesc="Structured Logging for Python"
 url="https://www.structlog.org"
 license=('Apache')