git » python-pycurl.git » commit fae8c13

upgpkg: 7.45.3-1

author Daniel M. Capella
2024-07-20 23:02:32 UTC
committer Daniel M. Capella
2024-07-20 23:02:32 UTC
parent 49762c96d8d46cc7dbd55e36933d35baef162298

upgpkg: 7.45.3-1

.SRCINFO +4 -4
PKGBUILD +4 -3

diff --git a/.SRCINFO b/.SRCINFO
index 313f132..0fbecb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-pycurl
 	pkgdesc = A Python 3.x interface to libcurl
-	pkgver = 7.45.2
-	pkgrel = 4
+	pkgver = 7.45.3
+	pkgrel = 1
 	url = http://pycurl.sourceforge.net/
 	arch = x86_64
 	license = LGPL-2.1-only OR MIT
@@ -18,7 +18,7 @@ pkgbase = python-pycurl
 	depends = glibc
 	depends = openssl
 	depends = python
-	source = https://github.com/pycurl/pycurl/archive/REL_7_45_2/python-pycurl-7.45.2.tar.gz
-	sha512sums = c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf
+	source = https://github.com/pycurl/pycurl/archive/REL_7_45_3/python-pycurl-7.45.3.tar.gz
+	sha512sums = d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3
 
 pkgname = python-pycurl
diff --git a/PKGBUILD b/PKGBUILD
index ba449e4..f12cccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
 # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
 
 pkgname=python-pycurl
 _name="${pkgname#python-}"
-pkgver=7.45.2
+pkgver=7.45.3
 _version="REL_${pkgver//./_}"
-pkgrel=4
+pkgrel=1
 pkgdesc="A Python 3.x interface to libcurl"
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/"
@@ -15,7 +16,7 @@ depends=('curl' 'glibc' 'openssl' 'python')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 'python-pyflakes')
 source=("https://github.com/pycurl/pycurl/archive/$_version/$pkgname-$pkgver.tar.gz")
-sha512sums=('c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf')
+sha512sums=('d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3')
 
 build() {
   cd $_name-$_version