diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-08-10 00:05:49 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-08-10 00:05:49 -0500 |
commit | e759d47dee540bd2364ec4eb778da7e8dc0f6fed (patch) | |
tree | 430fb157df9da8efdf7f0b6d56a9ad8c3ef60be5 /pcr/util-linux-nosystemd | |
parent | bfacbbfc83313dde1e1bde525227f62be5463dce (diff) | |
download | abslibre-e759d47dee540bd2364ec4eb778da7e8dc0f6fed.tar.gz abslibre-e759d47dee540bd2364ec4eb778da7e8dc0f6fed.tar.bz2 abslibre-e759d47dee540bd2364ec4eb778da7e8dc0f6fed.zip |
util-linux-nosystemd: armv7h port
Diffstat (limited to 'pcr/util-linux-nosystemd')
-rw-r--r-- | pcr/util-linux-nosystemd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/util-linux-nosystemd/PKGBUILD b/pcr/util-linux-nosystemd/PKGBUILD index 9845ae230..8e2b87d87 100644 --- a/pcr/util-linux-nosystemd/PKGBUILD +++ b/pcr/util-linux-nosystemd/PKGBUILD @@ -11,7 +11,7 @@ pkgver=${_pkgmajor}.1 pkgrel=1 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=('eudev' 'python' 'libcap-ng') license=('GPL2') options=('strip' 'debug') |