author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-04-07 05:02:39 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-04-07 05:02:39 UTC |
parent | bc3bf2434b03f49192ecfaf7e87a7e39999a1e27 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 6c877b0..d625294 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-structlog pkgdesc = Structured Logging for Python pkgver = 24.1.0 - pkgrel = 1 + pkgrel = 2 url = https://www.structlog.org arch = any license = Apache diff --git a/PKGBUILD b/PKGBUILD index 7b693d6..2f1c597 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-structlog pkgver=24.1.0 # curl https://api.github.com/repos/hynek/structlog/git/ref/tags/$pkgver | jq -r .object.sha _tag=3dac758cc28fc063067cfce57e37c67b16daf00d -pkgrel=1 +pkgrel=2 pkgdesc="Structured Logging for Python" url="https://www.structlog.org" license=('Apache')