diff options
author | Guillaume Horel | 2019-11-10 21:41:16 -0500 |
---|---|---|
committer | Guillaume Horel | 2019-11-10 21:41:16 -0500 |
commit | 9365ac731327465b5566f170dcc37d4cd8fbf819 (patch) | |
tree | aac571d9d91f45be087430ff49e96d14fdab3fa0 | |
parent | 7f05686d8e3d9bc1037e6c42ab7f5ff2a2c1c947 (diff) | |
download | aur-9365ac731327465b5566f170dcc37d4cd8fbf819.tar.gz |
version bump
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 4 deletions
@@ -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 @@ -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 } |