aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-03 10:32:42 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-03 10:32:42 +0200
commit9f5bf613515415e1883dd45308d5c6149e96c11a (patch)
tree166a1b35cb9db8b0cada01b3399ad9f60a728961 /community
parent1e2f246aadfcb727d390fcb967af56074938ee7b (diff)
community/gnome-colors: fix source
Diffstat (limited to 'community')
-rw-r--r--community/gnome-colors/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/gnome-colors/APKBUILD b/community/gnome-colors/APKBUILD
index ba192241cae..97231a484ee 100644
--- a/community/gnome-colors/APKBUILD
+++ b/community/gnome-colors/APKBUILD
@@ -19,7 +19,9 @@ subpackages="$pkgname-common
depends="$pkgname-common gnome-brave-icon-theme gnome-dust-icon-theme gnome-human-icon-theme
gnome-illustrious-icon-theme gnome-noble-icon-theme gnome-wine-icon-theme gnome-wise-icon-theme"
-source="https://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz"
+# moved to https://github.com/gnome-colors/gnome-colors
+# but github has no releases yet
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gnome-colors/gnome-colors-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver