Add version numbers to PKGBUILD
This commit is contained in:
parent
e582b964f5
commit
54b409fa4c
@ -7,8 +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>=3.3' 'python-setuptools' 'python-pyqt5>=5.2' 'qt5-base>=5.2'
|
||||||
'libxkbcommon-x11')
|
'qt5-webkit>=5.2' 'libxkbcommon-x11')
|
||||||
makedepends=('python' 'python-setuptools')
|
makedepends=('python' 'python-setuptools')
|
||||||
optdepends=('python-colorlog: colored logging output'
|
optdepends=('python-colorlog: colored logging output'
|
||||||
'python-ipdb: better debugging')
|
'python-ipdb: better debugging')
|
||||||
|
Loading…
Reference in New Issue
Block a user