summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-01-03 19:41:54 +0100
committerPhilip Goto2020-01-03 19:41:54 +0100
commit2433cc770efa91c11693b3385a971a691a5b657d (patch)
tree7a5cca76f8da2f863d07b1dd050b91389731178e
parent057efce4e4e6ab1033adcca15160b37d13d2af62 (diff)
downloadaur-2433cc770efa91c11693b3385a971a691a5b657d.tar.gz
Update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e20b7cb8951..b84cc520485d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calls-git
pkgdesc = Phone dialer and call handler
- pkgver = 0.0.1.r47.g8f38e50
+ pkgver = 0.1.1.r0.g10d46d2
pkgrel = 1
url = https://source.puri.sm/Librem5/calls
arch = i686
@@ -8,8 +8,11 @@ pkgbase = calls-git
arch = armv6h
arch = armv7h
license = GPL3
+ makedepends = git
makedepends = gobject-introspection
- depends = evolution-data-server
+ makedepends = meson
+ makedepends = vala
+ depends = folks
depends = gom
depends = gsound
depends = libhandy
diff --git a/PKGBUILD b/PKGBUILD
index 5bb7cd9cc690..1bead2bac32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls-git
-pkgver=0.0.1.r47.g8f38e50
+pkgver=0.1.1.r0.g10d46d2
pkgrel=1
pkgdesc="Phone dialer and call handler"
arch=(i686 x86_64 armv6h armv7h)
url="https://source.puri.sm/Librem5/calls"
license=(GPL3)
-depends=(evolution-data-server
+depends=(folks
gom
gsound
libhandy
libpeas
modemmanager)
-makedepends=(gobject-introspection)
+makedepends=(git
+ gobject-introspection
+ meson
+ vala)
provides=(calls)
conflicts=(calls)
source=("git+https://source.puri.sm/Librem5/calls.git")
@@ -25,14 +28,13 @@ pkgver() {
}
build() {
- rm -rf build
arch-meson calls build
ninja -C build
}
-check() {
- ninja -C build test
-}
+# check() {
+# ninja -C build test
+# }
package() {
DESTDIR="$pkgdir/" ninja -C build install