summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-02-22 22:44:19 -0500
committerGuillaume Horel2018-02-22 22:44:19 -0500
commit98c38986b0e5eb561bd0d7267e25e1941a460b5a (patch)
treee149359f9d8e2fe103d95002965e98f745f2aecb
parent4408f414c67775d2be309b890fbdf43354d735c0 (diff)
downloadaur-98c38986b0e5eb561bd0d7267e25e1941a460b5a.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69e5d46d04a0..88f77ac73794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bctoolbox-git
pkgdesc = Utilities library for Belledonne Communications software
- pkgver = 0.6.0.r60.ge0e7e59
+ pkgver = 0.6.0.r74.ge34db67
pkgrel = 1
url = http://www.linphone.org/
arch = i686
@@ -8,6 +8,7 @@ pkgbase = bctoolbox-git
license = GPL
makedepends = cmake
makedepends = git
+ depends = libdecaf
depends = mbedtls
provides = bctoolbox
conflicts = bctoolbox
diff --git a/PKGBUILD b/PKGBUILD
index c505a1fbd9e3..7e2cc21a5fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bctoolbox-git
_pkgname=bctoolbox
-pkgver=0.6.0.r60.ge0e7e59
+pkgver=0.6.0.r74.ge34db67
pkgrel=1
pkgdesc="Utilities library for Belledonne Communications software"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.linphone.org/"
license=('GPL')
conflicts=('bctoolbox')
provides=('bctoolbox')
-depends=('mbedtls')
+depends=('libdecaf' 'mbedtls')
makedepends=('cmake' 'git')
source=("git://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')