summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 21:16:29 -0500
committerGuillaume Horel2019-12-16 21:16:29 -0500
commiteebd55ec74da0d0a66113fb34c9891770161bf72 (patch)
tree1f53bb4cf009307f41f5980738f6c6c77d48f44c /PKGBUILD
parent932a863eed2602675cc24f0d72404bb7520cf681 (diff)
downloadaur-eebd55ec74da0d0a66113fb34c9891770161bf72.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ddf210420d7..bc5377ce1b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bzrtp-git
_pkgname=bzrtp
-pkgver=4.3.0.alpha.r0.g55f5c1f
+pkgver=4.4.0.alpha.r1.g947d708
pkgrel=1
pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/BelledonneCommunications/bzrtp"
license=('GPL2')
conflicts=('bzrtp')
provides=('bzrtp')
-depends=('libxml2' 'mbedtls' 'bctoolbox-git')
+depends=('libxml2' 'mbedtls' 'bctoolbox>=4.3.0')
makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/bzrtp.git")
sha256sums=('SKIP')
@@ -25,8 +25,7 @@ build() {
cd ${_pkgname}
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=NO \
- -DENABLE_STRICT=NO \
- -DCMAKE_INSTALL_LIBDIR="/usr/lib" .
+ -DENABLE_STRICT=NO .
make
}