From e5432a2bb7dcfcfa4453fef26b116a194c2c9ff8 Mon Sep 17 00:00:00 2001 From: skmpz Date: Sun, 20 Feb 2022 22:48:31 +0400 Subject: [PATCH] python3-curl: update to 7.44.1. --- srcpkgs/python3-curl/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template index fda2a7b698e8..9bba5853691b 100644 --- a/srcpkgs/python3-curl/template +++ b/srcpkgs/python3-curl/template @@ -1,7 +1,7 @@ # Template file for 'python3-curl' pkgname=python3-curl -version=7.43.0.3 -revision=12 +version=7.44.1 +revision=1 wrksrc="pycurl-${version}" build_style=python3-module hostmakedepends="python3-devel" @@ -11,8 +11,9 @@ short_desc="Python3 interface to cURL library" maintainer="Orphaned " license="LGPL-2.1-or-later, MIT" homepage="http://pycurl.io/" +changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog" distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz" -checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e +checksum=5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8 pre_build() { vsed -i "/setup_args\['data_files'\] = /d" setup.py