summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f24490122d0..220eec4913e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bzrtp-git
_pkgname=bzrtp
-pkgver=4.4.0.alpha.r1.g947d708
+pkgver=5.3.0.alpha.r5.g6fc1e23
pkgrel=1
pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
arch=('x86_64')
@@ -24,7 +24,6 @@ pkgver() {
build() {
cd ${_pkgname}
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_STATIC=NO \
-DENABLE_STRICT=NO .
make
}