diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-12-30 14:27:23 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-12-30 14:27:23 -0600 |
commit | d66e01a7e3fc30b52312fa30820997052426bbc7 (patch) | |
tree | 2eadd28ff51ed30e499a7bae92ca6ab5baeaa6f5 /libre/khotkeys | |
parent | b58ba6e843c49bb7e70ceb173bcc03d4b766a0e8 (diff) | |
download | abslibre-d66e01a7e3fc30b52312fa30820997052426bbc7.tar.gz abslibre-d66e01a7e3fc30b52312fa30820997052426bbc7.tar.bz2 abslibre-d66e01a7e3fc30b52312fa30820997052426bbc7.zip |
khotkeys: add armv7h to arch array
Diffstat (limited to 'libre/khotkeys')
-rw-r--r-- | libre/khotkeys/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD index fb256dbc5..e2c44d8bd 100644 --- a/libre/khotkeys/PKGBUILD +++ b/libre/khotkeys/PKGBUILD @@ -8,7 +8,7 @@ pkgname=khotkeys pkgver=5.8.5 pkgrel=1.parabola1 pkgdesc='KHotKeys, with DuckDuckGo HTML support' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') depends=('plasma-workspace') |