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 8a43f0aa8bcc..d805a82c5dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Aug 28 03:32:01 UTC 2016
pkgbase = leet-plugins
pkgdesc = LADSPA plugins especially for use with Ardour
pkgver = 0.2
@@ -7,7 +9,7 @@ pkgbase = leet-plugins
arch = x86_64
license = GPL2
depends = gcc-libs
- source = http://leetplugins.googlecode.com/files/LEET-plugins-0.2.tar.gz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leetplugins/LEET-plugins-0.2.tar.gz
sha256sums = e2868cffe65a6fc4f7325ef1fb3831e1530718c75aa28c9cbb44f4399e5059a1
pkgname = leet-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 0a51f73f1f7e..65fff0bd926d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url='http://code.google.com/p/leetplugins/'
license=('GPL2')
depends=('gcc-libs')
-source=("http://${pkgname/-/}.googlecode.com/files/$_pkgname-$pkgver.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leetplugins/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('e2868cffe65a6fc4f7325ef1fb3831e1530718c75aa28c9cbb44f4399e5059a1')
build() {