git » python-pkgconfig.git » commit 1122fa3

rebuild with python 3.11

author Felix Yan
2023-04-10 12:10:19 UTC
committer Felix Yan
2023-04-10 12:10:19 UTC
parent 3aab3e2f0c49580361cd630548f3c9f7c0a413d3

rebuild with python 3.11

PKGBUILD +1 -1

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