Already superseeded by the patch to update to qutebrowser v1.13.1. Testet on 64, built for 32 and arm.
theova <[email protected]> schrieb am Wed, 15. Jul 20 20:30:
Here is a patch to uptade qutebrowser to current version 1.13.0 Testet on 64, built for 32 and arm. Parabola Website Notification <[email protected]> schrieb am Sat, 04. Jul 20 02:20:[email protected] wants to notify you that the following packages may be out-of-date: * qutebrowser 1.12.0-1.parabola1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/qutebrowser/ * qutebrowser 1.12.0-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/qutebrowser/ * qutebrowser 1.12.0-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/qutebrowser/ The user provided the following additional text: Qutebrowser has been updated to the version 1.13.0 >> https://github.com/qutebrowser/qutebrowser/releases/tag/v1.13.0 _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
From 3a0ba3da22b53b6ee1de0e1f600ae11b96e169d0 Mon Sep 17 00:00:00 2001 From: Theo von Arx <[email protected]> Date: Wed, 15 Jul 2020 20:27:09 +0200 Subject: [PATCH] [qutebrowser]: upgrade to v1.13.1 --- libre/qutebrowser/PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index 1925d3100..8e461e2ed 100644 --- a/libre/qutebrowser/PKGBUILD +++ b/libre/qutebrowser/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer (Arch): Morten Linderud <[email protected]> +# Maintainer (Arch): Lukas Fleischer <[email protected]> # Contributor (Arch): Pierre Neidhardt <[email protected]> # Contributor (Arch): Florian Bruhin (The Compiler) <[email protected]> # Maintainer: Omar Vega Ramos <[email protected]> @@ -11,7 +12,7 @@ # - condensed the excessive webkit rant on the welcome screen pkgname=qutebrowser -pkgver=1.12.0 +pkgver=1.13.1 pkgrel=1 _pkgrel_armv7h=.parabola1 # this could be an 'any' package _pkgrel_i686=.parabola1 # but our different arches do not always roll at the same speed @@ -33,13 +34,12 @@ optdepends=("gst-libav: media playback with qt5-webkit backend" "pdfjs: displaying PDF in-browser") options=(!emptydirs) source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz" - "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc" - "warning-webkit.html") + "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc") +source+=("warning-webkit.html") validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") # Florian Bruhin -sha256sums=('41bbd5ede2ba74dc691e0e3b59aad59dd5a7426e39bf82ecedd59b4d22f4dc5f' - 'SKIP' - 'e18216f24387b61a109611958bb59248beaf5afc90da8654e29ea8b0a7ef1610') - +sha256sums=('2896851f07c6258cf8991975eed200ca8477ae393a6a7a40249035b2f36ee2d8' + 'SKIP') +sha256sums+=('e18216f24387b61a109611958bb59248beaf5afc90da8654e29ea8b0a7ef1610') _version_constraint() # (dep_pkgname) { @@ -51,6 +51,7 @@ _version_constraint() # (dep_pkgname) echo -n "${dep_pkgname}>=${version}" "${dep_pkgname}<${version_inc}" } + prepare() { cd "$pkgname-$pkgver" @@ -63,6 +64,7 @@ build() { # make sure webkit is the default backend sed -i 's/webengine/webkit/' qutebrowser/config/configdata.yml + export PYTHONHASHSEED=0 make -f misc/Makefile all } -- 2.27.0
signature.asc
Description: PGP signature
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
