summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-05-07 16:35:03 +0200
committerPhilip Goto2020-05-07 16:35:03 +0200
commitb27687938fa3fdde7dfe01237f33e09bdce34491 (patch)
tree1655fe56b40796b45013c398cafe5d763ee0d137 /PKGBUILD
parent9cfd62b5ba7e22fe4a91a77439cfeda77ce9cc03 (diff)
downloadaur-b27687938fa3fdde7dfe01237f33e09bdce34491.tar.gz
Don't compile tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f041f010eb..19a2c4907c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=calls
pkgver=0.1.4
pkgrel=1
pkgdesc="Phone dialer and call handler"
-arch=(i686 x86_64 armv6h armv7h)
+arch=(i686 x86_64 armv7h aarch64)
url="https://source.puri.sm/Librem5/calls"
license=(GPL3)
depends=(folks
@@ -19,8 +19,9 @@ makedepends=(gobject-introspection
source=("https://source.puri.sm/Librem5/calls/-/archive/v${pkgver}/calls-v${pkgver}.tar.gz")
sha256sums=('3754256173a6a77a79c55cf5ae6887965ba972e0a95006e622e4cc488631e3a2')
+
build() {
- arch-meson calls-v${pkgver} build
+ arch-meson calls-v${pkgver} build -Dtests=false
ninja -C build
}