Date: Wednesday, December 7, 2022 @ 07:01:47 Author: arojas Revision: 1356948
upgpkg: python-gmpy2 2.1.3-1: Update to 2.1.3 Modified: python-gmpy2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-07 07:00:46 UTC (rev 1356947) +++ PKGBUILD 2022-12-07 07:01:47 UTC (rev 1356948) @@ -3,7 +3,7 @@ # Contributor: Alexander Slesarev <slesarew at gmail dot com> pkgname=python-gmpy2 -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc='Provides C-coded Python modules for fast multiple-precision arithmetic' arch=(x86_64) @@ -12,7 +12,7 @@ depends=(python libmpc) makedepends=(python-setuptools) source=(https://github.com/aleaxit/gmpy/archive/refs/tags/gmpy2-$pkgver.tar.gz) -sha256sums=('d2a7b3620bb0bfc6f3e2249903de8398bdf54446ce2b6bb094432945ebbd1ecb') +sha256sums=('211ac0dd56764900b4c209448d651ace0dbe0ddf6789e3c228382383b1b03f13') build() { cd gmpy-gmpy2-$pkgver
