[arch-commits] Commit in python-gmpy2/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Sep 4 17:35:12 UTC 2021


    Date: Saturday, September 4, 2021 @ 17:35:12
  Author: arojas
Revision: 1011390

Update to 2.1.0rc1

Modified:
  python-gmpy2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 17:33:07 UTC (rev 1011389)
+++ PKGBUILD	2021-09-04 17:35:12 UTC (rev 1011390)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Slesarev <slesarew at gmail dot com>
 
 pkgname=python-gmpy2
-pkgver=2.1.0b6
+pkgver=2.1.0rc1
 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/releases/download/gmpy2-$pkgver/gmpy2-$pkgver.tar.gz)
-sha256sums=('50ba66c3a3b5a153cda0f5156b40c4e213f87060ee6106ed1adaf561dc5c0047')
+sha256sums=('86cb6d8e5837560c32c706d48d6ed25676be6b3c79e6aa5d245965b9e99231b9')
 
 build() {
   cd gmpy2-$pkgver



More information about the arch-commits mailing list