~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/qutebrowser: upgrade to 1.8.1

Details
Message ID
<20191018124336.16976-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +10 -4
---
 testing/qutebrowser/APKBUILD | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/testing/qutebrowser/APKBUILD b/testing/qutebrowser/APKBUILD
index 89fed90c42..6d20131af6 100644
--- a/testing/qutebrowser/APKBUILD
+++ b/testing/qutebrowser/APKBUILD
@@ -1,14 +1,15 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=qutebrowser
pkgver=1.6.2
pkgrel=1
pkgver=1.8.1
pkgrel=0
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 py3-sip-pyqt5
	qt5-qtwebengine qt5-qtbase-sqlite py3-qtwebengine py3-setuptools
	py3-sip-pyqt5
"
makedepends="asciidoc"
checkdepends="py3-pytest py3-hypothesis"
@@ -16,14 +17,19 @@ subpackages="$pkgname-doc"
source="
	https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz
"
options="!check" # https://github.com/qutebrowser/qutebrowser/issues/5081

build() {
	a2x -f manpage doc/qutebrowser.1.asciidoc
	python3 setup.py build
}

check() {
	pytest-3
}

package() {
	make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="708fe9c5db54fdab0697e03ce26d901ee18da2a04d3934c0705f9cdff543e859892de2ac9aa9e3b0b12c4a3d6be7a492d34a868058e4a6b21f06d4343caff89a  qutebrowser-1.6.2.tar.gz"
sha512sums="5fff6a8590bb4fd26815984310e5ce57201eed9a4a1fb788594d70e64e00a666563851b376bbac78cb175d64ffbe34a032521db31ae389958fab796ee9c26c78  qutebrowser-1.8.1.tar.gz"
-- 
2.23.0
Reply to thread Export thread (mbox)