... with attachment. theova <[email protected]> schrieb am Wed, 15. Jul 20 20:30:
Here is a patch to uptade qutebrowser to current version 1.13.0Testet 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
From 6cd7185d5a16807544a93f7068537dd8fc2e928b 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.0 --- libre/qutebrowser/PKGBUILD | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index 1925d3100..21ec49089 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,8 +12,8 @@ # - condensed the excessive webkit rant on the welcome screen pkgname=qutebrowser -pkgver=1.12.0 -pkgrel=1 +pkgver=1.13.0 +pkgrel=2 _pkgrel_armv7h=.parabola1 # this could be an 'any' package _pkgrel_i686=.parabola1 # but our different arches do not always roll at the same speed _pkgrel_x86_64=.parabola1 @@ -33,13 +34,14 @@ 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") validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") # Florian Bruhin -sha256sums=('41bbd5ede2ba74dc691e0e3b59aad59dd5a7426e39bf82ecedd59b4d22f4dc5f' - 'SKIP' - 'e18216f24387b61a109611958bb59248beaf5afc90da8654e29ea8b0a7ef1610') - +sha256sums=('d3e930ad6705fecf707d221ac253b60352d8cac91cc2ed88d68169cd2a5000f7' + 'SKIP') +#sha256sums+=('e18216f24387b61a109611958bb59248beaf5afc90da8654e29ea8b0a7ef1610') +sha256sums+=('SKIP') _version_constraint() # (dep_pkgname) { @@ -63,6 +65,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
