summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-01-09 21:24:28 +0100
committerBaptiste Jonglez2016-01-09 21:24:28 +0100
commit0f2e51844136e1922f3a24e6ccbb3e375c14688f (patch)
tree585c6d975e11b97cba1def2546f1332861bd9b37 /PKGBUILD
parente4ca4baa8f88a01887158288d5aed4460ed09586 (diff)
downloadaur-0f2e51844136e1922f3a24e6ccbb3e375c14688f.tar.gz
ring: Update to latest versions, and introduce version dependencies
The goal of the version dependencies is to ensure compatibility when upgrading, since the API/ABI of the various parts of Ring change quite a lot. For instance, upgrading opendht-git without recompiling ring-daemon-git can prevent the daemon from starting (ABI change in the shared library provided by opendht). A quick test with yaourt indicates that it correctly proposes to recompile dependencies when upgrading a package (for instance ring-gnome-client-git).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca1d0b9211ca..fd03a9c9c454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=libringclient-git
-pkgver=20160102
+pkgver=20160108
pkgrel=1
pkgdesc="Client communication library for Ring (formerly known as SFLphone)"
arch=("i686" "x86_64")
url="http://ring.cx"
license=('GPL3')
groups=("ring")
-depends=("ring-daemon-git" "qt5-base")
+depends=("ring-daemon-git=20160109" "qt5-base")
makedepends=('git' 'cmake')
provides=('libringclient')
conflicts=('libringclient')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=0242ae0e043a29ad65066691f9eb95897ef27a71")
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=47bc9e046845da5b20775b68529fbab9745130c3")
md5sums=('SKIP')
pkgver() {