summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-10 21:41:16 -0500
committerGuillaume Horel2019-11-10 21:41:16 -0500
commit9365ac731327465b5566f170dcc37d4cd8fbf819 (patch)
treeaac571d9d91f45be087430ff49e96d14fdab3fa0
parent7f05686d8e3d9bc1037e6c42ab7f5ff2a2c1c947 (diff)
downloadaur-9365ac731327465b5566f170dcc37d4cd8fbf819.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 0e4d1e351737..623306354975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = belr-git
pkgdesc = A library for working with vCards
- pkgver = 0.1.3.r56.g57bf7eb
+ pkgver = 4.3.0.alpha.r1.g8ac0364
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = git
depends = bctoolbox-git
provides = belr
conflicts = belr
diff --git a/PKGBUILD b/PKGBUILD
index ad7d82758263..a5293909603f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=belr-git
_pkgname=belr
-pkgver=0.1.3.r56.g57bf7eb
+pkgver=4.3.0.alpha.r1.g8ac0364
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
conflicts=('belr')
provides=('belr')
depends=('bctoolbox-git')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
@@ -26,7 +26,8 @@ build() {
cmake -DCMAKE_INSTALL_LIBDIR="/usr/lib" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DENABLE_STATIC=NO \
- -DENABLE_TOOLS=NO "../$_pkgname"
+ -DENABLE_TOOLS=NO \
+ -DCMAKE_SKIP_INSTALL_RPATH=ON "../$_pkgname"
make
}