summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-08-09 06:45:22 +0200
committerMichal Wojdyla2021-08-09 06:45:22 +0200
commit610df90edade7e585fa8233bb69f04ca3096a826 (patch)
tree234be122372df32077b2dc508f4e1351db18685e /PKGBUILD
parent8403b9df4f4cc1b7e02d73d0a9fb8b0b08ffc680 (diff)
downloadaur-cpuled.tar.gz
fix download
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')