Add version numbers to PKGBUILD

This commit is contained in:
Florian Bruhin 2014-06-16 12:10:57 +02:00
parent e582b964f5
commit 54b409fa4c

View File

@ -7,8 +7,8 @@ pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.",
arch=(any)
url="http://www.qutebrowser.org/"
license=('GPL')
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit'
'libxkbcommon-x11')
depends=('python>=3.3' 'python-setuptools' 'python-pyqt5>=5.2' 'qt5-base>=5.2'
'qt5-webkit>=5.2' 'libxkbcommon-x11')
makedepends=('python' 'python-setuptools')
optdepends=('python-colorlog: colored logging output'
'python-ipdb: better debugging')