diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-23 00:21:43 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-23 00:21:43 -0500 |
commit | c46530cc357ee3e913d7243ad477caaa2ad2e147 (patch) | |
tree | ec0419dac0bb5f5c4df93de516d8c23d103919d8 /libre/filesystem | |
parent | 012072bdea6f719d2606a6dc3f08292955f24b1a (diff) | |
download | abslibre-c46530cc357ee3e913d7243ad477caaa2ad2e147.tar.gz abslibre-c46530cc357ee3e913d7243ad477caaa2ad2e147.tar.bz2 abslibre-c46530cc357ee3e913d7243ad477caaa2ad2e147.zip |
filesystem: Add armv7h in arch
Diffstat (limited to 'libre/filesystem')
-rw-r--r-- | libre/filesystem/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 277a5c5de..6ef78a1d6 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -7,7 +7,7 @@ pkgname=filesystem pkgver=2015.02 pkgrel=1.parabola1 pkgdesc='Base filesystem (Parabola rebranded)' -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64' 'armv7h') license=('GPL') url='https://www.parabola.nu' groups=('base') |