summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-10 22:00:18 -0500
committerGuillaume Horel2019-11-10 22:00:18 -0500
commit3df809ae88698ae032da7525b299e2a91bf81e9c (patch)
tree0f5fc9193f537f80cdcc6891d4ea519e0d084e0a
parent76ac8e620c7815e4e28904b981e3169e4f3cc732 (diff)
downloadaur-3df809ae88698ae032da7525b299e2a91bf81e9c.tar.gz
version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4652cbab892a..094ce03aebbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linphone-git
pkgdesc = A Voice-over-IP phone library and CLI
- pkgver = 3.12.0.r3338.g254ab7ab2
+ pkgver = 4.3.0.alpha.r14.g2724e7bcf
pkgrel = 1
url = http://www.linphone.org
install = linphone.install
@@ -8,6 +8,7 @@ pkgbase = linphone-git
license = GPL
makedepends = cmake
makedepends = doxygen
+ makedepends = git
makedepends = graphviz
makedepends = pkg-config
makedepends = python-pystache
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
}