summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2016-01-26 11:35:03 +0300
committerAnton Leontiev2016-01-26 11:35:03 +0300
commit9d618c1a5371b772a34af1da7255777278e8dbba (patch)
treefdfa5915e7898fd61e62cd459429cc4d73362259
parent64c57868dce359d4bbaec0dca3264deddfac097c (diff)
downloadaur-9d618c1a5371b772a34af1da7255777278e8dbba.tar.gz
Update URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0ef8b95137d..90c7af350d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 14:06:51 UTC 2016
+# Tue Jan 26 08:34:25 UTC 2016
pkgbase = ramspeed
pkgdesc = Open source utility to measure cache and memory performance
pkgver = 2.6.0
@@ -9,7 +9,7 @@ pkgbase = ramspeed
arch = x86_64
license = custom
depends = glibc
- source = http://www.alasir.com/software/ramspeed/ramspeed-2.6.0.tar.gz
+ source = http://sources.buildroot.net/ramspeed-2.6.0.tar.gz
source = Makefile
md5sums = 546394131a1467a8651e0b8a218970c0
md5sums = 03ff681717c551b53a736e9e3c6ea786
diff --git a/PKGBUILD b/PKGBUILD
index 9c92a6381143..fe43ccfdd0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ arch=('i686' 'x86_64')
depends=('glibc')
license=('custom')
url='http://alasir.com/software/ramspeed/'
-source=(http://www.alasir.com/software/ramspeed/$pkgname-$pkgver.tar.gz Makefile)
+# Original source is http://www.alasir.com/software/ramspeed/$pkgname-$pkgver.tar.gz
+# but it may not work.
+source=(http://sources.buildroot.net/$pkgname-$pkgver.tar.gz Makefile)
md5sums=('546394131a1467a8651e0b8a218970c0'
'03ff681717c551b53a736e9e3c6ea786')