Add libxkbcommon-x11 to PKGBUILD just to be sure
This commit is contained in:
parent
a065f34613
commit
66cdc1fed2
@ -7,7 +7,8 @@ pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.",
|
|||||||
arch=(any)
|
arch=(any)
|
||||||
url="http://www.qutebrowser.org/"
|
url="http://www.qutebrowser.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit')
|
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit'
|
||||||
|
'libxkbcommon-x11')
|
||||||
makedepends=('python' 'python-setuptools')
|
makedepends=('python' 'python-setuptools')
|
||||||
optdepends=('python-colorlog: colored logging output')
|
optdepends=('python-colorlog: colored logging output')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
|
Loading…
Reference in New Issue
Block a user