summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 961c44ca6e21..07210f7b8689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Jun 11 11:03:55 UTC 2017
pkgbase = spindown
pkgdesc = Daemon that spins down idle disks
pkgver = 0.4.0
- pkgrel = 6
+ pkgrel = 7
url = http://code.google.com/p/spindown/
arch = i686
arch = x86_64
license = GPL3
depends = sg3_utils
backup = etc/spindown.conf
- source = http://spindown.googlecode.com/files/spindown-0.4.0.tar.gz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/spindown/spindown-0.4.0.tar.gz
source = spindown.service
source = spindown.tmpfiles
md5sums = 9ec7400cdd6540a404039492291f41cf
diff --git a/PKGBUILD b/PKGBUILD
index 34e74bd03559..312adf83c8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Tom < reztho at archlinux dot us >
pkgname=spindown
pkgver=0.4.0
-pkgrel=6
+pkgrel=7
pkgdesc="Daemon that spins down idle disks"
arch=('i686' 'x86_64')
url="http://code.google.com/p/spindown/"
license=('GPL3')
depends=('sg3_utils')
backup=('etc/spindown.conf')
-source=("http://spindown.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/spindown/${pkgname}-${pkgver}.tar.gz"
'spindown.service'
'spindown.tmpfiles')