summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-05-07 16:35:03 +0200
committerPhilip Goto2020-05-07 16:35:03 +0200
commitb27687938fa3fdde7dfe01237f33e09bdce34491 (patch)
tree1655fe56b40796b45013c398cafe5d763ee0d137
parent9cfd62b5ba7e22fe4a91a77439cfeda77ce9cc03 (diff)
downloadaur-b27687938fa3fdde7dfe01237f33e09bdce34491.tar.gz
Don't compile tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c07a9e246e1..6fd50ea7d4bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = calls
url = https://source.puri.sm/Librem5/calls
arch = i686
arch = x86_64
- arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = gobject-introspection
makedepends = meson
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
}