diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-11 00:49:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-11 00:49:17 -0500 |
commit | 2547e9ffef2b04e8525185a857d76e10e0609849 (patch) | |
tree | 42eab69a4786988353d6bd47ca6f91cfbe672442 /libre/blackbox/PKGBUILD | |
parent | c60c2b90ee68c5203ec79f21184722df3ee13dae (diff) | |
download | abslibre-2547e9ffef2b04e8525185a857d76e10e0609849.tar.gz abslibre-2547e9ffef2b04e8525185a857d76e10e0609849.tar.bz2 abslibre-2547e9ffef2b04e8525185a857d76e10e0609849.zip |
blackbox: armv7h port
Diffstat (limited to 'libre/blackbox/PKGBUILD')
-rw-r--r-- | libre/blackbox/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/blackbox/PKGBUILD b/libre/blackbox/PKGBUILD index 9bd6ef66e..354467f44 100644 --- a/libre/blackbox/PKGBUILD +++ b/libre/blackbox/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.70.1 pkgrel=13.parabola1 pkgdesc="A window manager for X11, without nonfree programs on the menu" url="http://${pkgname}wm.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt') replaces=($pkgname-libre) conflicts=($pkgname-libre) |