diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:24:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:24:23 -0300 |
commit | e087af55c074f832e66cb225904b580e440d7c36 (patch) | |
tree | 106e5540c1913626596fb113211b141d1c3a7648 /testing/qutebrowser | |
parent | bd22b187f80dd611a0165f4b3649a3a961844339 (diff) | |
download | aports-e087af55c074f832e66cb225904b580e440d7c36.tar.bz2 aports-e087af55c074f832e66cb225904b580e440d7c36.tar.xz |
testing/qutebrowser: add missing dependency on py3-sip-pyqt5
fixes #10712
Diffstat (limited to 'testing/qutebrowser')
-rw-r--r-- | testing/qutebrowser/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/qutebrowser/APKBUILD b/testing/qutebrowser/APKBUILD index df4c5b4325..89fed90c42 100644 --- a/testing/qutebrowser/APKBUILD +++ b/testing/qutebrowser/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=qutebrowser pkgver=1.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="A keyboard-driven, vim-like browser based on PyQT5" url="https://qutebrowser.org/" arch="noarch !s390x !ppc64le !x86" # limited by qt5-qtwebengine license="GPL-3.0-only" depends=" py3-attrs py3-jinja2 py3-pygments py3-pypeg2 py3-qt5 py3-yaml qt5-qtbase - qt5-qtwebengine qt5-qtbase-sqlite py3-qtwebengine py3-setuptools + qt5-qtwebengine qt5-qtbase-sqlite py3-qtwebengine py3-setuptools py3-sip-pyqt5 " makedepends="asciidoc" checkdepends="py3-pytest py3-hypothesis" |