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

Antonio Rojas arojas at archlinux.org
Tue Dec 11 15:44:06 UTC 2018


    Date: Tuesday, December 11, 2018 @ 15:44:05
  Author: arojas
Revision: 415364

Update to 1.1.0

Modified:
  python-mpmath/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 15:31:14 UTC (rev 415363)
+++ PKGBUILD	2018-12-11 15:44:05 UTC (rev 415364)
@@ -6,18 +6,18 @@
 
 pkgbase=python-mpmath
 pkgname=(python2-mpmath python-mpmath)
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'
 license=(BSD)
 makedepends=(python python2)
-source=("http://mpmath.org/files/mpmath-$pkgver.tar.gz")
-sha256sums=('d32ba7afffbae688229a15f54fbc37c11f4989e4fac628c99b3c5b6889aee03d')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/fredrik-johansson/mpmath/archive/$pkgver.tar.gz")
+sha256sums=('16c01d589bcb1be5cab3a07de2855b578e5fc4a7882fb61a15f2aaf118fdd06e')
 
 prepare(){
-  cp -R mpmath-$pkgver mpmath2-$pkgver
+  cp -r mpmath-$pkgver mpmath2-$pkgver
 }
 
 build() {



More information about the arch-commits mailing list