aboutsummaryrefslogtreecommitdiffstats
path: root/community/wbar
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-03 10:28:48 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-03 10:28:48 +0200
commit1e2f246aadfcb727d390fcb967af56074938ee7b (patch)
tree04dacfc8576c95bca63f02139cf67257b2e2bd13 /community/wbar
parent363a2718db0083c0ac426bf8cbc6f96e1972b465 (diff)
downloadaports-1e2f246aadfcb727d390fcb967af56074938ee7b.tar.bz2
aports-1e2f246aadfcb727d390fcb967af56074938ee7b.tar.xz
community/wbar: fix source
Diffstat (limited to 'community/wbar')
-rw-r--r--community/wbar/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/wbar/APKBUILD b/community/wbar/APKBUILD
index d2d52b7a16..aae76821e3 100644
--- a/community/wbar/APKBUILD
+++ b/community/wbar/APKBUILD
@@ -12,9 +12,9 @@ depends_dev=""
makedepends="libglade-dev intltool imlib2-dev"
install=""
subpackages="$pkgname-lang $pkgname-doc"
-source="https://wbar.googlecode.com/files/$pkgname-$pkgver.tgz
- Functions.patch
- Main.patch"
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wbar/wbar-$pkgver.tgz
+ Functions.patch
+ Main.patch"
_builddir=$srcdir/$pkgname-$pkgver
prepare() {