git » python-pkgconfig.git » commit 3aab3e2

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

author Felix Yan
2023-04-05 20:05:49 UTC
committer Felix Yan
2023-04-05 20:05:49 UTC
parent 87aed4cd580921b8e95a7595784a46f9ae2f4ea2

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 61bf5c0..362fc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=python-pkgconfig
 pkgver=1.5.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Python module to interface with the pkg-config command line tool'
 arch=(any)
 url='https://github.com/matze/pkgconfig'