[arch-commits] Commit in python-gmpy2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jul 8 06:01:09 UTC 2021
Date: Thursday, July 8, 2021 @ 06:01:09
Author: arojas
Revision: 975603
Update to 2.1.0b6
Modified:
python-gmpy2/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 05:59:48 UTC (rev 975602)
+++ PKGBUILD 2021-07-08 06:01:09 UTC (rev 975603)
@@ -3,16 +3,16 @@
# Contributor: Alexander Slesarev <slesarew at gmail dot com>
pkgname=python-gmpy2
-pkgver=2.1.0b5
-pkgrel=3
-pkgdesc="Provides C-coded Python modules for fast multiple-precision arithmetic."
+pkgver=2.1.0b6
+pkgrel=1
+pkgdesc='Provides C-coded Python modules for fast multiple-precision arithmetic'
arch=(x86_64)
-url="https://github.com/aleaxit/gmpy"
+url='https://github.com/aleaxit/gmpy'
license=(LGPL2.1)
depends=(python libmpc)
makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz)
-sha256sums=('8951bcfc61c0f40102b92a4777daf9eb85445b537c4d09086deb0e097190bef0')
+source=(https://github.com/aleaxit/gmpy/releases/download/gmpy2-$pkgver/gmpy2-$pkgver.tar.gz)
+sha256sums=('50ba66c3a3b5a153cda0f5156b40c4e213f87060ee6106ed1adaf561dc5c0047')
build() {
cd gmpy2-$pkgver
More information about the arch-commits
mailing list