summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-10 22:00:18 -0500
committerGuillaume Horel2019-11-10 22:00:18 -0500
commit3df809ae88698ae032da7525b299e2a91bf81e9c (patch)
tree0f5fc9193f537f80cdcc6891d4ea519e0d084e0a /PKGBUILD
parent76ac8e620c7815e4e28904b981e3169e4f3cc732 (diff)
downloadaur-3df809ae88698ae032da7525b299e2a91bf81e9c.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43f0d6f922ed..bb1f8d79a85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=linphone-git
_pkgname=linphone
-pkgver=3.12.0.r3338.g254ab7ab2
+pkgver=4.3.0.alpha.r14.g2724e7bcf
pkgrel=1
pkgdesc="A Voice-over-IP phone library and CLI"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('GPL')
depends=('alsa-lib' 'bctoolbox-git' 'belcard-git' 'belle-sip-git' 'belr-git'
'bzrtp-git' 'ffmpeg' 'lime-git' 'libnotify' 'libpulse' 'libsoup' 'libv4l'
'libxv' 'mediastreamer-git' 'ortp-git' 'soci-git' 'speex' 'v4l-utils' 'xsd')
-makedepends=('cmake' 'doxygen' 'graphviz' 'pkg-config' 'python-pystache')
+makedepends=('cmake' 'doxygen' 'git' 'graphviz' 'pkg-config' 'python-pystache')
optdepends=('pulseaudio')
options=('!emptydirs')
provides=('linphone')
@@ -39,7 +39,8 @@ build() {
-DENABLE_ROOTCA_DOWNLOAD=NO \
-DENABLE_LIME=YES \
-DENABLE_UNIT_TESTS=NO \
- -DENABLE_STRICT=NO .
+ -DENABLE_STRICT=NO \
+ -DCMAKE_INSTALL_RPATH=NO .
make
}