summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ffba5c24214..3c38a124d301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = clipf
pkgdesc = clipf is a personal finance manager with command line interface
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = http://code.google.com/p/clipf/
arch = any
license = GPL
depends = python
- source = http://clipf.googlecode.com/files/clipf-0.4.tgz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clipf/clipf-0.4.tgz
md5sums = ebdca9d2b4ab40c46958831f79625317
pkgname = clipf
diff --git a/PKGBUILD b/PKGBUILD
index 347e6b70b9b9..c774d0ab1658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=clipf
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="clipf is a personal finance manager with command line interface"
arch=('any')
url="http://code.google.com/p/clipf/"
license=('GPL')
depends=('python')
-source=("http://clipf.googlecode.com/files/$pkgname-$pkgver.tgz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tgz")
md5sums=('ebdca9d2b4ab40c46958831f79625317')
package() {