From 2ce61f027235a5decf217822921a5125fcbdd766 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:02:57 +0200 Subject: [PATCH] qutebrowser: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/qutebrowser/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 991e67a1f2f..e368335ec67 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,15 +1,13 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=0.8.2 -revision=2 +revision=3 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="${pkgname}" -hostmakedepends="python3.4-setuptools asciidoc" -depends="python3.4-setuptools python3.4-PyQt5-webkit python3.4-Jinja2 - python3.4-Pygments python3.4-pyPEG2 python3.4-yaml" +hostmakedepends="python3-setuptools asciidoc" +depends="python3-setuptools python3-PyQt5-webkit python3-Jinja2 + python3-Pygments python3-pyPEG2 python3-yaml" short_desc="A keyboard-focused browser with a minimal GUI" maintainer="Eivind Uggedal " license="GPL-3"