summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-12-10 19:14:12 -0700
committerBrian Bidulock2018-12-10 19:14:12 -0700
commit3f08e09ce97861e659cad1e615b227c336a9eca1 (patch)
treeb2715f95dc94e6cfd0731192dfc507585a41e15f
parent0b0ebefda78b11474a9cdb1e7be1d7a192239d0e (diff)
downloadaur-3f08e09ce97861e659cad1e615b227c336a9eca1.tar.gz
change source, no pkgrel bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911d128404bb..f86d033cb282 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = bmpanel2
depends = libxext
depends = pango
optdepends = pygtk: configuration GUI
- source = http://bmpanel2.googlecode.com/files/bmpanel2-2.1pre1.tar.gz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bmpanel2/bmpanel2-2.1pre1.tar.gz
md5sums = 766ce5d3d6be427192fa11883b230eed
pkgname = bmpanel2
diff --git a/PKGBUILD b/PKGBUILD
index 8f7e83a171b7..6c2a23e61840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : SpepS <dreamspepser at yahoo dot it>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: nsf <no.smile.face@gmail.com>
pkgname=bmpanel2
@@ -11,7 +12,8 @@ license=('custom:MIT')
depends=('libxext' 'pango')
optdepends=('pygtk: configuration GUI')
makedepends=('cmake' 'asciidoc' 'python2')
-source=("${url}files/$pkgname-$pkgver.tar.gz")
+#source=("${url}files/$pkgname-$pkgver.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('766ce5d3d6be427192fa11883b230eed')
build() {