git » python-pycurl.git » commit e8f1c46

rebuild with python 3.11

author Felix Yan
2023-04-10 12:00:34 UTC
committer Felix Yan
2023-04-10 12:00:34 UTC
parent 40c87a1b0c1d25618787a8785de9c9b6157e8f26

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 50fe942..fc570a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-pycurl
 pkgver=7.45.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python 3.x interface to libcurl"
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/"