git » python-pycurl.git » commit b6ac26f

upgpkg: 7.45.3-2: Rebuild for Python 3.13 (nocheck)

author Jelle van der Waa
2024-12-02 14:56:19 UTC
committer Jelle van der Waa
2024-12-02 14:56:19 UTC
parent fae8c133a524e45a3ddcfb2c2add84ab37f5023f

upgpkg: 7.45.3-2: Rebuild for Python 3.13 (nocheck)

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 0fbecb8..d9ab079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-pycurl
 	pkgdesc = A Python 3.x interface to libcurl
 	pkgver = 7.45.3
-	pkgrel = 1
+	pkgrel = 2
 	url = http://pycurl.sourceforge.net/
 	arch = x86_64
 	license = LGPL-2.1-only OR MIT
diff --git a/PKGBUILD b/PKGBUILD
index f12cccf..4963614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=python-pycurl
 _name="${pkgname#python-}"
 pkgver=7.45.3
 _version="REL_${pkgver//./_}"
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python 3.x interface to libcurl"
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/"