summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be3cbaa441c..c9b6536012f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Feb 10 01:27:16 UTC 2017
pkgbase = eggwm
pkgdesc = A simple and light Qt4 WM. 100% compatible with the EWMH and ICCCM standards.
pkgver = 0.2
@@ -7,7 +9,7 @@ pkgbase = eggwm
arch = x86_64
license = GPL3
depends = qt4
- source = http://eggwm.googlecode.com/files/eggwm-0.2.tar.gz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/eggwm/eggwm-0.2.tar.gz
md5sums = 3442e56d9a78a44c349f9e83f15c8eac
pkgname = eggwm
diff --git a/PKGBUILD b/PKGBUILD
index 6c06a71011bd..8b2184a4f66b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ url="http://code.google.com/p/eggwm/"
arch=('i686' 'x86_64')
license=("GPL3")
depends=('qt4')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+#source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/eggwm/eggwm-$pkgver.tar.gz)
md5sums=('3442e56d9a78a44c349f9e83f15c8eac')
build() {