[arch-commits] Commit in keepassxc/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Feb 18 18:27:23 UTC 2017


    Date: Saturday, February 18, 2017 @ 18:27:23
  Author: bgyorgy
Revision: 213077

upgpkg: keepassxc 2.1.2-2

Add keepassxc with 38 votes

Modified:
  keepassxc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 17:59:41 UTC (rev 213076)
+++ PKGBUILD	2017-02-18 18:27:23 UTC (rev 213077)
@@ -32,7 +32,10 @@
 
 check() {
 	cd build
-	make test
+	# Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+	if [ $CARCH == x86_64 ]; then
+		make test
+	fi
 }
 
 package() {



More information about the arch-commits mailing list