qt5-qtwebengine: disable aarch64 and armhf (see #1008)
(Not increasing the pkgrel, because we really don't want to build this when not necessary.)
This commit is contained in:
parent
15c4e9f725
commit
b031017414
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
pkgname=qt5-qtwebengine
|
||||
pkgver=5.9.3
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
# Disabled for armhf, aarch64 (see #1008)
|
||||
arch="x86_64"
|
||||
url='http://qt-project.org/'
|
||||
license="GPL3 LGPL3 FDL custom"
|
||||
pkgdesc='Provides communication between JS/HTML and Qt apps'
|
||||
|
|
Loading…
Add table
Reference in a new issue