summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2016-01-27 22:54:16 +0000
committerLara Maia2016-01-27 22:54:16 +0000
commit8403b9df4f4cc1b7e02d73d0a9fb8b0b08ffc680 (patch)
tree6861bf7f5402a4d15ea1976f1317ca20c8490e39
parentabdc9d5f3417ebeb79bfee03b40d7af710639035 (diff)
downloadaur-8403b9df4f4cc1b7e02d73d0a9fb8b0b08ffc680.tar.gz
Fix source url
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b19defcc04..86f5f5ecb4bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# 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
- pkgrel = 3
+ pkgrel = 4
url = http://web.archive.org/web/20011210154318/www.sudac.org/~napolium/linux/
arch = i686
arch = x86_64
+ arch = armv6h
license = GPL
depends = glibc
- source = http://lara.craft.net.br/cpuled-0.1.tar.gz
+ source = http://downloads.lara.click/cpuled-0.1.tar.gz
source = fix-warnings.patch
source = makefile_update.patch
md5sums = 9b84e1903f2eb555006de0a5cb243c56
diff --git a/PKGBUILD b/PKGBUILD
index 289d1714cf99..11d7f12c2062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Lara Maia <lara@craft.net.br>
+# Maintainer: Lara Maia <dev@lara.click>
pkgname=cpuled
pkgdesc="It's a program to let the keyboard LEDs indicate CPU load."
url='http://web.archive.org/web/20011210154318/www.sudac.org/~napolium/linux/'
pkgver=0.1
-pkgrel=3
-arch=('i686' 'x86_64')
+pkgrel=4
+arch=('i686' 'x86_64' 'armv6h')
depends=('glibc')
license='GPL'
-source=("http://lara.craft.net.br/$pkgname-$pkgver.tar.gz"
+source=("http://downloads.lara.click/$pkgname-$pkgver.tar.gz"
'fix-warnings.patch'
'makefile_update.patch')