diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-06-15 17:10:20 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-06-15 17:12:10 -0500 |
commit | d8fe73016cb34405df9d172a8c9b452f523ab817 (patch) | |
tree | 3f5d01e6d2cda3ab7b75c38063aa5c775d373059 /libre | |
parent | 5ff8544691294a2229fda8d6f805a66813ef7082 (diff) | |
download | abslibre-d8fe73016cb34405df9d172a8c9b452f523ab817.tar.gz abslibre-d8fe73016cb34405df9d172a8c9b452f523ab817.tar.bz2 abslibre-d8fe73016cb34405df9d172a8c9b452f523ab817.zip |
kio-extras: add armv7h to architectures array
Diffstat (limited to 'libre')
-rw-r--r-- | libre/kio-extras/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/kio-extras/PKGBUILD b/libre/kio-extras/PKGBUILD index cc8f5fb25..0e5431295 100644 --- a/libre/kio-extras/PKGBUILD +++ b/libre/kio-extras/PKGBUILD @@ -9,7 +9,7 @@ pkgname=kio-extras pkgver=17.04.2 pkgrel=1.parabola1 pkgdesc="Additional components to increase the functionality of KIO, without nonfree qt5-webengine support" -arch=(i686 x86_64) +arch=(i686 x86_64 armv7h) url='https://www.kde.org/applications/internet/' license=(LGPL) depends=(kdelibs4support kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty kactivities) |