summaryrefslogtreecommitdiff
path: root/libre/qutebrowser
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-09-24 01:24:52 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-09-24 01:41:02 -0400
commit061ae0f371fb7e0718ccf118a857c54fe29b4262 (patch)
treec8e7e1dfac6825a6b4be1b40b3023398c1d80bcc /libre/qutebrowser
parent170d5d1476549466ef44a8f76128e24d8684ad0e (diff)
[qutebrowser]: rebuild against latest python-pyqt5
Diffstat (limited to 'libre/qutebrowser')
-rw-r--r--libre/qutebrowser/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD
index d9665313a..62bb6c1b5 100644
--- a/libre/qutebrowser/PKGBUILD
+++ b/libre/qutebrowser/PKGBUILD
@@ -17,8 +17,8 @@ pkgname=qutebrowser
pkgver=1.13.1
pkgrel=1
_pkgrel_armv7h=.parabola1 # this could be an 'any' package
-_pkgrel_i686=.parabola2 # but our different arches do not always roll at the same speed
-_pkgrel_x86_64=.parabola3
+_pkgrel_i686=.parabola3 # but our different arches do not always roll at the same speed
+_pkgrel_x86_64=.parabola4
eval "pkgrel+=\$_pkgrel_${CARCH}"
pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
pkgdesc+=" and QtWebKit"