summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5df3703b517e936f4b2f7de912f5d3b8e5b5d68e (diff)
downloadaur-88d7e7f448993c3fc767a0b38b12ca7bd5e0236d.tar.gz
Fix sources link that has changed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {