diff options
-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" |