summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 22:03:29 -0500
committerGuillaume Horel2019-12-16 22:03:29 -0500
commit026a8a2b19956a7e4474b05516822e3d8129bc75 (patch)
treef59ca4a2d87ea98b8e15aab498a12cbc2b73947e
parent024d919e63a5befaf800a30a85dfaf3d46ac809a (diff)
downloadaur-026a8a2b19956a7e4474b05516822e3d8129bc75.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33051ebb91fa..fe877bdc1ace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belcard-git
pkgdesc = A library for working with vCards
- pkgver = 4.3.0.alpha.r1.g0cd3b7c
+ pkgver = 4.4.0.alpha.r1.g45b0a20
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- depends = belr-git
- provides = belcard
+ depends = belr>=4.3
+ provides = belcard=4.4.0.alpha.r1.g45b0a20
conflicts = belcard
source = git+https://github.com/BelledonneCommunications/belcard.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d831a33179ba..18e6e11f50de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=belcard-git
_pkgname=belcard
-pkgver=4.3.0.alpha.r1.g0cd3b7c
+pkgver=4.4.0.alpha.r1.g45b0a20
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
conflicts=('belcard')
-provides=('belcard')
-depends=('belr-git')
+provides=("belcard=$pkgver")
+depends=('belr>=4.3')
makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
@@ -24,7 +24,7 @@ build() {
cd "${srcdir}"
mkdir -p build
cd build
- cmake -DCMAKE_INSTALL_LIBDIR="/usr/lib" \
+ cmake -DCMAKE_PREFIX_PATH="/usr/lib" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DENABLE_STATIC=NO "../$_pkgname"
make