summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 21:14:59 -0500
committerGuillaume Horel2019-12-16 21:14:59 -0500
commitd4704ddce010dd0cb8896fae4dab429d77508a3d (patch)
treea5c101287469591a104daa939d2817f421acf6c2 /PKGBUILD
parent96f78865071670118ed481421980eb7bb46e45fd (diff)
downloadaur-d4704ddce010dd0cb8896fae4dab429d77508a3d.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be8318566222..44cc44ce4ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ortp-git
_pkgname=ortp
-pkgver=1.0.2.r67.g74feb19
+pkgver=4.4.0.alpha.r1.g079d9f1
pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="https://github.com/BelledonneCommunications/ortp"
license=('GPL3')
conflicts=('ortp')
provides=('ortp')
-depends=('bctoolbox-git')
+depends=('bctoolbox>=4.3.0')
makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/ortp.git")
sha256sums=('SKIP')
@@ -26,7 +26,6 @@ pkgver() {
build() {
cd ${_pkgname}
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DENABLE_STATIC="NO" \
-DCMAKE_SKIP_INSTALL_RPATH=ON .
make