summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {