diff options
author | Boohbah | 2016-05-07 06:07:37 +0000 |
---|---|---|
committer | Boohbah | 2016-05-07 06:07:37 +0000 |
commit | 7a87f63518464d1fd1688d537018810f641be747 (patch) | |
tree | d87aa2c43b04883a50b07e0476f6fc49bbf80b31 /PKGBUILD | |
parent | a875fadcb8d5d06272b9b674f4fe84cd25f1c19b (diff) | |
download | aur-7a87f63518464d1fd1688d537018810f641be747.tar.gz |
Add armv7h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgname=$_pkgname-solarized pkgver=2.0.1 pkgrel=1 pkgdesc="Interactive process viewer with solarized patch" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="http://htop.sourceforge.net/" license=('GPL') depends=('ncurses') |