[Dev] Orphan Libre package [qutebrowser] marked out-of-date

theova theova at bluewin.ch
Wed Jul 15 18:31:11 GMT 2020


... with attachment.
theova <theova at bluewin.ch> 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 <nobody at parabola.nu> schrieb am Sat, 04. Jul 20 02:20:
>>eliotreyna at disroot.org 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
>>Dev at lists.parabola.nu
>>https://lists.parabola.nu/mailman/listinfo/dev


-------------- next part --------------
From 6cd7185d5a16807544a93f7068537dd8fc2e928b Mon Sep 17 00:00:00 2001
From: Theo von Arx <theova at member.fsf.org>
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 <foxboron at archlinux.org>
+# Maintainer (Arch): Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor (Arch): Pierre Neidhardt <ambrevar at gmail.com>
 # Contributor (Arch): Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
 # Maintainer: Omar Vega Ramos <ovruni at gnu.org.pe>
@@ -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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20200715/184000d4/attachment-0001.sig>


More information about the Dev mailing list