Date: Saturday, February 10, 2018 @ 17:27:59 Author: arojas Revision: 291386
Update to 2.1 series, needed by next Sagemath Modified: python-gmpy2/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-10 17:27:46 UTC (rev 291385) +++ PKGBUILD 2018-02-10 17:27:59 UTC (rev 291386) @@ -1,19 +1,19 @@ # $Id$ # Maintainer: Antonio Rojas <[email protected]> -# Maintainer: Omar Sandoval <osandov at cs dot washington dot edu> +# Contributor: Omar Sandoval <osandov at cs dot washington dot edu> # Contributor: Alexander Slesarev <slesarew at gmail dot com> pkgbase=python-gmpy2 pkgname=(python2-gmpy2 python-gmpy2) -pkgver=2.0.8 -pkgrel=3 +pkgver=2.1.0a1 +pkgrel=1 pkgdesc="Provides C-coded Python modules for fast multiple-precision arithmetic." arch=(x86_64) url="https://github.com/aleaxit/gmpy" license=(LGPL2.1) makedepends=(python2 python libmpc) -source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-${pkgver}.zip") -sha256sums=('dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f') +source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-${pkgver}.tar.gz") +sha256sums=('d28fbb0b990233b2339be020418d14d1a132eddfd7a763e56ecef8c87790a881') package_python2-gmpy2() { depends=(python2 libmpc)
