diff options
Diffstat (limited to 'libre/qutebrowser')
-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 328887112..b86d54cc5 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=.parabola1 # but our different arches do not always roll at the same speed -_pkgrel_x86_64=.parabola1 +_pkgrel_i686=.parabola2 # but our different arches do not always roll at the same speed +_pkgrel_x86_64=.parabola2 eval "pkgrel+=\$_pkgrel_${CARCH}" pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" pkgdesc+=" and QtWebKit" |