summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-05-21 15:27:03 +0200
committerPhilip Goto2021-05-21 15:27:03 +0200
commit45820918ab6f3f4746785770006c9a1731935fd3 (patch)
treea3ab0e14fc77e974937a0637a71b227199a465bb
parentb35a9768b118819e854451214ea381d170da6e8d (diff)
downloadaur-45820918ab6f3f4746785770006c9a1731935fd3.tar.gz
Add sofia-sip dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4d7c20f7ec1..be94bb58d046 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = calls-git
pkgdesc = Phone dialer and call handler
- pkgver = 0.3.1.r12.g7a6b702
+ pkgver = 0.3.3.r1.g2ac43f3
pkgrel = 1
url = https://source.puri.sm/Librem5/calls
- arch = i686
arch = x86_64
- arch = armv7h
arch = aarch64
license = GPL3
makedepends = git
@@ -19,6 +17,7 @@ pkgbase = calls-git
depends = libhandy
depends = libpeas
depends = modemmanager
+ depends = sofia-sip
provides = calls
conflicts = calls
source = git+https://source.puri.sm/Librem5/calls.git
diff --git a/PKGBUILD b/PKGBUILD
index a85817e9fb91..835aa270831a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls-git
-pkgver=0.3.1.r12.g7a6b702
+pkgver=0.3.3.r1.g2ac43f3
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=(
git