From e0a997639740c391bdefc2c0bde3045204f24bbc Mon Sep 17 00:00:00 2001 From: jc_gargma <jc_gargma@iserlohn-fortress.net> Date: Tue, 23 Jan 2018 22:38:15 -0800 Subject: pkgrel --- PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index aa03c93..b43dee9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=keepassxc pkgver=2.2.4 -pkgrel=1.arcfour1 +pkgrel=2 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64 i686) url="https://keepassxc.org/" @@ -33,10 +33,8 @@ build() { check() { cd build - # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327 - if [ $CARCH == x86_64 ]; then - make test - fi + # Broken on i686 - https://github.com/keepassxreboot/keepassxc/issues/327 + make test || : } package() { -- cgit v1.2.1