summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5404b29bf1c..3cff31b394ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lizzie
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Analysis interface for Leela Zero"
arch=('x86_64')
url="https://github.com/featurecat/lizzie"
@@ -32,7 +32,7 @@ prepare() {
build() {
cd $srcdir/$pkgname-$pkgver
- mvn package
+ mvn package -DskipTests
}
check() {