summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 265e8efbb5b4..513c33275f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# vim: set ts=2 sw=2 et ft=sh:
pkgname=qutebrowser-git
-pkgver=r3206.3622f35
-pkgrel=4
+pkgver=r3557.6d1ac5d
+pkgrel=1
pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
arch=(any)
url="http://www.qutebrowser.org/"
license=('GPL')
depends=('python>=3.4' 'python-setuptools' 'python-pyqt5>=5.2' 'qt5-base>=5.2'
'qt5-webkit>=5.2' 'libxkbcommon-x11' 'python-pypeg2' 'python-jinja'
- 'python-pygments')
+ 'python-pygments' 'xdg-utils' 'desktop-file-utils')
makedepends=('asciidoc')
optdepends=(
'python-colorlog: colored logging output'
@@ -26,7 +26,7 @@ provides=('qutebrowser')
source=('git+https://github.com/The-Compiler/qutebrowser.git'
'qutebrowser-git.install')
sha256sums=('SKIP'
- '3622243cf88eef2bb3381fec5e3cede59288b263a0ef6387510e0ad92e2cb690')
+ '4a88871e91f894890ce96feb620e4174c686db12e4fa91b5a7306454dc96bf67')
install=qutebrowser-git.install
pkgver() {