summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-06-19 21:55:58 -0400
committerGuillaume Horel2023-06-19 21:55:58 -0400
commit08844e66d6c08db67c03a353b161c7731ec6a3a1 (patch)
treee7cfeef7d5a18c5df26373d5a3104692e19a5bc8 /PKGBUILD
parente19022744fdb07fb99581024e8debd28c243a6d9 (diff)
downloadaur-bzrtp-git.tar.gz
cleanup build
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
}