summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2016-01-26 21:37:16 +0300
committerAnton Leontiev2016-01-26 21:37:16 +0300
commit5448a3f6c05d0de0103296f8443003133895534e (patch)
tree10940ac7f0fcb229148aa9c8bcd1c96f879c48f6
parentc196d9ae84e9e380bc4e80a4d55e2717de2bdf5d (diff)
downloadaur-5448a3f6c05d0de0103296f8443003133895534e.tar.gz
Add armv7h architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01791911db65..55ebf0abbf0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 16:20:56 UTC 2016
+# Tue Jan 26 18:36:51 UTC 2016
pkgbase = ramspeed
pkgdesc = Open source utility to measure cache and memory performance
pkgver = 2.6.0
@@ -7,6 +7,7 @@ pkgbase = ramspeed
url = http://alasir.com/software/ramspeed/
arch = i686
arch = x86_64
+ arch = armv7h
license = custom
depends = glibc
source = http://sources.buildroot.net/ramspeed-2.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bf8d75919ccb..fa53e352b773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ramspeed
pkgver=2.6.0
pkgrel=2
pkgdesc='Open source utility to measure cache and memory performance'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
depends=('glibc')
license=('custom')
url='http://alasir.com/software/ramspeed/'