summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-05-08 17:07:17 +0200
committerPhilip Goto2021-05-08 17:07:17 +0200
commitf57303b5713a67d09e6c8682c84c28fd5b6285ca (patch)
tree89a6ce4718204f9d5d75991132669303406fbbb5
parentd5235021581a5069f82ffd2942f10bce0b276806 (diff)
downloadaur-f57303b5713a67d09e6c8682c84c28fd5b6285ca.tar.gz
Update to 0.3.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1be60a6102c..fe08a367942a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = calls
pkgdesc = Phone dialer and call handler
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://source.puri.sm/Librem5/calls
- arch = i686
arch = x86_64
- arch = armv7h
arch = aarch64
license = GPL3
makedepends = gobject-introspection
@@ -18,8 +16,9 @@ pkgbase = calls
depends = libhandy
depends = libpeas
depends = modemmanager
- source = https://source.puri.sm/Librem5/calls/-/archive/v0.3.1/calls-v0.3.1.tar.gz
- sha256sums = 6b0928e3b40819082a0b409b09f94c6698dd78af0b516cb2b5d389ed351b1c55
+ depends = sofia-sip
+ source = https://source.puri.sm/Librem5/calls/-/archive/v0.3.2/calls-v0.3.2.tar.gz
+ sha256sums = febdb70a0d6a4985971465818252f42b99dded20ded2fdb07f8981624f1510fa
pkgname = calls
diff --git a/PKGBUILD b/PKGBUILD
index b930d734f57c..73a66b10735b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Phone dialer and call handler"
-arch=(i686 x86_64 armv7h aarch64)
+arch=(x86_64 aarch64)
url="https://source.puri.sm/Librem5/calls"
license=(GPL3)
depends=(
@@ -15,6 +15,7 @@ depends=(
libhandy
libpeas
modemmanager
+ sofia-sip
)
makedepends=(
gobject-introspection
@@ -22,7 +23,7 @@ makedepends=(
vala
)
source=("${url}/-/archive/v${pkgver}/calls-v${pkgver}.tar.gz")
-sha256sums=('6b0928e3b40819082a0b409b09f94c6698dd78af0b516cb2b5d389ed351b1c55')
+sha256sums=('febdb70a0d6a4985971465818252f42b99dded20ded2fdb07f8981624f1510fa')
build() {
arch-meson calls-v${pkgver} build -Dtests=false