diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-27 18:55:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-27 18:55:13 -0500 |
commit | f44e8a4dd964886c834e3bc7eb0a6be09602a505 (patch) | |
tree | e7cc9deb81dbb671166957c337c39e51b2c089f4 /libre/p7zip/PKGBUILD | |
parent | 73a1d57a24b0700e024ab1eae0ac65137d3980d5 (diff) | |
download | abslibre-f44e8a4dd964886c834e3bc7eb0a6be09602a505.tar.gz abslibre-f44e8a4dd964886c834e3bc7eb0a6be09602a505.tar.bz2 abslibre-f44e8a4dd964886c834e3bc7eb0a6be09602a505.zip |
Minor fix to p7zip
Diffstat (limited to 'libre/p7zip/PKGBUILD')
-rw-r--r-- | libre/p7zip/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index f0602b5bb..45d95e1b9 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -11,7 +11,7 @@ pkgname=p7zip pkgver=9.38.1 pkgrel=3.parabola1 pkgdesc="Command-line file archiver with high compression ratio" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64' 'armv7h') url="http://p7zip.sourceforge.net/" license=('LGPL') conflicts=('p7zip-libre') |