summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45158357abc2..6e20b7cb8951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calls-git
pkgdesc = Phone dialer and call handler
- pkgver = 0.0.1.r4.gee126b3
+ pkgver = 0.0.1.r47.g8f38e50
pkgrel = 1
url = https://source.puri.sm/Librem5/calls
arch = i686
@@ -8,6 +8,9 @@ pkgbase = calls-git
arch = armv6h
arch = armv7h
license = GPL3
+ makedepends = gobject-introspection
+ depends = evolution-data-server
+ depends = gom
depends = gsound
depends = libhandy
depends = libpeas
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")