summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-05-07 16:32:47 +0200
committerPhilip Goto2020-05-07 16:32:58 +0200
commit5d18bb3a9eed06f29dc57e7a96af900d5c6e0ffa (patch)
tree2b49fe6ee5301f454658dd5f7c9d2f248763dcf8
parent2433cc770efa91c11693b3385a971a691a5b657d (diff)
downloadaur-5d18bb3a9eed06f29dc57e7a96af900d5c6e0ffa.tar.gz
Disable tests
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b84cc520485d..a95f153f7b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = calls-git
pkgdesc = Phone dialer and call handler
- pkgver = 0.1.1.r0.g10d46d2
+ pkgver = 0.1.4.r1.gd18bd0f
pkgrel = 1
url = https://source.puri.sm/Librem5/calls
arch = i686
arch = x86_64
- arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 1bead2bac32c..b41076fc2cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls-git
-pkgver=0.1.1.r0.g10d46d2
+pkgver=0.1.4.r1.gd18bd0f
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
@@ -28,7 +28,7 @@ pkgver() {
}
build() {
- arch-meson calls build
+ arch-meson calls build -Dtests=false
ninja -C build
}