summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2015-07-08 19:45:26 +0200
committerThomas Wucher2015-07-08 19:45:26 +0200
commit7168319afa08779d7a450421ff40c1f60e7e706a (patch)
treebe897d0fd6c5fe6a9fb1ab5eadde9d41f7c04d67
parentb52a8e423032039cfd8b65813f8616f9b633949e (diff)
downloadaur-7168319afa08779d7a450421ff40c1f60e7e706a.tar.gz
Add arm architectures
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334d13cb4783..64c23bae549d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = stress-ng
url = http://kernel.ubuntu.com/~cking/stress-ng/
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = armv6h
license = GPL
source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.04.10.tar.gz
md5sums = a2f7266a852cbe2acddcfba15f863ab8
diff --git a/PKGBUILD b/PKGBUILD
index 835564cc0ea7..b5a2d16b1e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
pkgver=0.04.10
-pkgrel=1
+pkgrel=2
pkgdesc="stress-ng will stress test a computer system in various selectable ways"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="http://kernel.ubuntu.com/~cking/${pkgname}/"
license=('GPL')
depends=()