summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-04-23 11:40:59 +0200
committerPhilip Goto2020-04-23 11:40:59 +0200
commitcbce2f1366240285f4ec7695a53f2a77e4537e01 (patch)
tree0a8d675a32bc29d01211a66da47b1d0e3c4340a7 /PKGBUILD
parentfe3b77bc142f1b2c67a11776ac1ee6ce72113e14 (diff)
downloadaur-cbce2f1366240285f4ec7695a53f2a77e4537e01.tar.gz
Exclude tests from build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ce9192005f1..399de18e81c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
license=("GPL3")
-arch=(i686 x86_64 arm armv6h armv7h aarch64)
+arch=(i686 x86_64 armv7h aarch64)
depends=('feedbackd'
'gcr'
'libhandy'
@@ -34,7 +34,7 @@ prepare() {
build() {
rm -rf build
- arch-meson phosh build
+ arch-meson phosh build -Dtests=false
ninja -C build
}