summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2019-08-14 12:55:20 +0200
committerPhilip Goto2019-08-14 12:55:20 +0200
commit057efce4e4e6ab1033adcca15160b37d13d2af62 (patch)
treefefc6eeb58e5a31bc14d0ab0f3f73bc748336c76 /PKGBUILD
parent56f61327a995ef53356fc17bdeabb990644db3ea (diff)
downloadaur-057efce4e4e6ab1033adcca15160b37d13d2af62.tar.gz
Add missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2766506268ad..5bb7cd9cc690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls-git
-pkgver=0.0.1.r4.gee126b3
+pkgver=0.0.1.r47.g8f38e50
pkgrel=1
pkgdesc="Phone dialer and call handler"
arch=(i686 x86_64 armv6h armv7h)
url="https://source.puri.sm/Librem5/calls"
license=(GPL3)
-depends=(gsound
+depends=(evolution-data-server
+ gom
+ gsound
libhandy
libpeas
modemmanager)
-makedepends=()
+makedepends=(gobject-introspection)
provides=(calls)
conflicts=(calls)
source=("git+https://source.puri.sm/Librem5/calls.git")