summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2017-05-21 11:48:38 +0200
committerSébastien Leduc2017-05-21 11:48:38 +0200
commit88d7e7f448993c3fc767a0b38b12ca7bd5e0236d (patch)
tree6049c2957ffc76bdcb7e0213cc1fbb5a7b2bcedf
parent5df3703b517e936f4b2f7de912f5d3b8e5b5d68e (diff)
downloadaur-python2-gmpy.tar.gz
Fix sources link that has changed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5333b8b05dc..22cc70765f3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# dim. mai 21 09:48:12 UTC 2017
pkgbase = python2-gmpy
pkgdesc = Python extension that wraps GMP to provide fast multiprecision arithmetic. Last of the 1.x series, see gmpy2 for new developments.
pkgver = 1.17
@@ -9,7 +11,7 @@ pkgbase = python2-gmpy
depends = python2
depends = gmp
options = !emptydirs
- source = http://gmpy.googlecode.com/files/gmpy-1.17.zip
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gmpy/gmpy-1.17.zip
md5sums = 2bf419076b06e107167e219f60ac6d27
pkgname = python2-gmpy
diff --git a/PKGBUILD b/PKGBUILD
index c6bed2c4eae3..41817dc2f76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://code.google.com/p/gmpy/"
license=('LGPL2.1')
depends=('python2' 'gmp')
options=(!emptydirs)
-source=("http://gmpy.googlecode.com/files/gmpy-${pkgver}.zip")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gmpy/gmpy-${pkgver}.zip")
md5sums=('2bf419076b06e107167e219f60ac6d27')
package() {