diff options
author | Thomas Wucher | 2015-07-08 19:45:26 +0200 |
---|---|---|
committer | Thomas Wucher | 2015-07-08 19:45:26 +0200 |
commit | 7168319afa08779d7a450421ff40c1f60e7e706a (patch) | |
tree | be897d0fd6c5fe6a9fb1ab5eadde9d41f7c04d67 /PKGBUILD | |
parent | b52a8e423032039cfd8b65813f8616f9b633949e (diff) | |
download | aur-7168319afa08779d7a450421ff40c1f60e7e706a.tar.gz |
Add arm architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=() |