diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 11:39:39 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 16:18:37 +0100 |
commit | 29c193cb9ccbf6a5039c7c41b871d30677459a5c (patch) | |
tree | 2986513e757b4736602714965ee2bc3496421855 /libre/libutil-linux-static | |
parent | 942675281b86e83361b952cc45b47c89e50e9913 (diff) | |
download | abslibre-29c193cb9ccbf6a5039c7c41b871d30677459a5c.tar.gz abslibre-29c193cb9ccbf6a5039c7c41b871d30677459a5c.tar.bz2 abslibre-29c193cb9ccbf6a5039c7c41b871d30677459a5c.zip |
libre/libutil-linux-static: added armv7h arch
Diffstat (limited to 'libre/libutil-linux-static')
-rw-r--r-- | libre/libutil-linux-static/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/libutil-linux-static/PKGBUILD b/libre/libutil-linux-static/PKGBUILD index 7162597b9..1bf45f4fa 100644 --- a/libre/libutil-linux-static/PKGBUILD +++ b/libre/libutil-linux-static/PKGBUILD @@ -10,7 +10,7 @@ pkgver=${_pkgmajor}.1 pkgrel=2.parabola1 pkgdesc="Miscellaneous system utilities for Linux" url="https://www.kernel.org/pub/linux/utils/util-linux/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') makedepends=('systemd' 'python' 'libcap-ng') license=('GPL2') options=('strip' 'debug') |