diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-24 01:24:52 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-24 01:41:02 -0400 |
commit | 061ae0f371fb7e0718ccf118a857c54fe29b4262 (patch) | |
tree | c8e7e1dfac6825a6b4be1b40b3023398c1d80bcc /libre/qutebrowser/PKGBUILD | |
parent | 170d5d1476549466ef44a8f76128e24d8684ad0e (diff) | |
download | abslibre-061ae0f371fb7e0718ccf118a857c54fe29b4262.tar.gz abslibre-061ae0f371fb7e0718ccf118a857c54fe29b4262.tar.bz2 abslibre-061ae0f371fb7e0718ccf118a857c54fe29b4262.zip |
[qutebrowser]: rebuild against latest python-pyqt5
Diffstat (limited to 'libre/qutebrowser/PKGBUILD')
-rw-r--r-- | libre/qutebrowser/PKGBUILD | 4 |
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" |