From b2404a054060752eba9f4796ddf5fd4f37abd71b Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 10 Oct 2023 11:34:32 +0530 Subject: [PATCH] python3-cwcwidth: update to 0.1.9. --- srcpkgs/python3-cwcwidth/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cwcwidth/template b/srcpkgs/python3-cwcwidth/template index 1ff01d51d79241..c556c799bb523e 100644 --- a/srcpkgs/python3-cwcwidth/template +++ b/srcpkgs/python3-cwcwidth/template @@ -1,7 +1,7 @@ # Template file for 'python3-cwcwidth' pkgname=python3-cwcwidth -version=0.1.8 -revision=2 +version=0.1.9 +revision=1 build_style=python3-pep517 hostmakedepends="python3-Cython python3-setuptools python3-wheel" makedepends="python3-devel" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/sebastinas/cwcwidth" changelog="https://raw.githubusercontent.com/sebastinas/cwcwidth/main/CHANGELOG.md" distfiles="${PYPI_SITE}/c/cwcwidth/cwcwidth-${version}.tar.gz" -checksum=5adc034b7c90e6a8586bd046bcbf6004e35e16b0d7e31de395513a50d729bbf6 +checksum=f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8 pre_check() { python3 setup.py build_ext --inplace