summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f5f5ecb4bf..fc91f40c12bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Wed Jan 27 22:53:19 UTC 2016
pkgbase = cpuled
pkgdesc = It's a program to let the keyboard LEDs indicate CPU load.
pkgver = 0.1
@@ -10,7 +8,7 @@ pkgbase = cpuled
arch = armv6h
license = GPL
depends = glibc
- source = http://downloads.lara.click/cpuled-0.1.tar.gz
+ source = http://web.archive.org/web/20150802072158/downloads.lara.click/cpuled-0.1.tar.gz
source = fix-warnings.patch
source = makefile_update.patch
md5sums = 9b84e1903f2eb555006de0a5cb243c56
@@ -18,4 +16,3 @@ pkgbase = cpuled
md5sums = 7d54f422517caa23d355483495558f19
pkgname = cpuled
-
diff --git a/PKGBUILD b/PKGBUILD
index 11d7f12c2062..0da611fdb0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgver=0.1
pkgrel=4
arch=('i686' 'x86_64' 'armv6h')
depends=('glibc')
-license='GPL'
+license=('GPL')
-source=("http://downloads.lara.click/$pkgname-$pkgver.tar.gz"
+source=("http://web.archive.org/web/20150802072158/downloads.lara.click/$pkgname-$pkgver.tar.gz"
'fix-warnings.patch'
'makefile_update.patch')