summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 623306354975..6243c197c8fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belr-git
pkgdesc = A library for working with vCards
- pkgver = 4.3.0.alpha.r1.g8ac0364
+ pkgver = 4.4.0.alpha.r1.gbaf137e
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- depends = bctoolbox-git
- provides = belr
+ depends = bctoolbox>=4.3
+ provides = belr=4.4.0.alpha.r1.gbaf137e
conflicts = belr
source = git+https://github.com/BelledonneCommunications/belr.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a5293909603f..2cac25abc305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=belr-git
_pkgname=belr
-pkgver=4.3.0.alpha.r1.g8ac0364
+pkgver=4.4.0.alpha.r1.gbaf137e
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
conflicts=('belr')
-provides=('belr')
-depends=('bctoolbox-git')
+provides=("belr=$pkgver")
+depends=('bctoolbox>=4.3')
makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
@@ -23,7 +23,7 @@ pkgver() {
build() {
mkdir -p build
cd build
- cmake -DCMAKE_INSTALL_LIBDIR="/usr/lib" \
+ cmake -DCMAKE_PREFIX_PATH="/usr" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DENABLE_STATIC=NO \
-DENABLE_TOOLS=NO \