Date: Monday, January 9, 2017 @ 18:08:04 Author: anatolik Revision: 206192
GoogleCode started using different url for its downloads Modified: marisa/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-09 18:03:09 UTC (rev 206191) +++ PKGBUILD 2017-01-09 18:08:04 UTC (rev 206192) @@ -10,7 +10,7 @@ url="https://code.google.com/p/marisa-trie/" license=('BSD' 'LGPL') makedepends=('python2' 'ruby' 'perl') -source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz) +source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/marisa-trie/marisa-$pkgver.tar.gz) sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d') build() {
