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 b1a2d9f9c440..3839e07deea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Mar 18 17:26:56 UTC 2017
pkgbase = google-coredumper
pkgdesc = Library can be compiled into applications to create core dumps of the running program -- without terminating.
pkgver = 1.2.1
@@ -6,7 +8,7 @@ pkgbase = google-coredumper
arch = i686
arch = x86_64
license = GPL
- source = https://google-coredumper.googlecode.com/files/coredumper-1.2.1.tar.gz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-coredumper/coredumper-1.2.1.tar.gz
source = fixes.diff
sha1sums = 8f770458bca2d0eea878689b5ae2329d7d21d450
sha1sums = 11d4cc83b2e02210d21271fda608c9a2c2ac8716
diff --git a/PKGBUILD b/PKGBUILD
index 56c1ec6bc630..2493cb97a2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=(GPL)
arch=(i686 x86_64)
# Upstream is currently broken.
# Here are fixs for upstream https://github.com/anatol/google-coredumper
-source=(https://google-coredumper.googlecode.com/files/coredumper-$pkgver.tar.gz
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-coredumper/coredumper-$pkgver.tar.gz
fixes.diff)
sha1sums=('8f770458bca2d0eea878689b5ae2329d7d21d450'
'11d4cc83b2e02210d21271fda608c9a2c2ac8716')