Package Details: belcard 5.3.4-2

Git Clone URL: https://aur.archlinux.org/belcard.git (read-only, click to copy)
Package Base: belcard
Description: A library for working with vCards
Upstream URL: http://www.linphone.org/
Licenses: GPL
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-18 03:17 (UTC)
Last Updated: 2024-01-03 17:30 (UTC)

Dependencies (3)

Sources (1)

Latest Comments

TheVulpecula commented on 2021-09-02 19:49 (UTC)

@thrasibule the latest update breaks the package creation. You will also need to bump belr in AUR to 5.0.15 as it's currently stuck at 4.5.22-1.

My patch for Belr:

diff --git a/package-build-files/belr/PKGBUILD.patch b/package-build-files/belr/PKGBUILD.patch
index d24355e..6e4b0bf 100644
--- a/package-build-files/belr/PKGBUILD.patch
+++ b/package-build-files/belr/PKGBUILD.patch
@@ -1,14 +1,14 @@
 diff --git a/PKGBUILD b/PKGBUILD
-index baa2b13..055e6ff 100644
+index baa2b13..26ba555 100644
 --- a/PKGBUILD
 +++ b/PKGBUILD
 @@ -1,8 +1,8 @@
  # Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-
+ 
  pkgname=belr
 -pkgver=4.5.22
 -pkgrel=1
-+pkgver=5.0.16
++pkgver=5.0.15
 +pkgrel=${CI_PIPELINE_ID:-1}
  pkgdesc="A library for working with vCards"
  arch=('x86_64')
@@ -18,12 +18,7 @@ index baa2b13..055e6ff 100644
  makedepends=('cmake')
  source=("belr-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belr/archive/$pkgver.tar.gz")
 -sha256sums=('980ae1125428b8c4947b0e6610dfca864648e915ba190b6f0a940234e5d5a55e')
-+sha256sums=('983e8b3802dece47d1d568dcd18c8a41df68b573a0dee9ec3b7aa1fa4df57fd8')
-
++sha256sums=('16d1144c90be68d5e51345c18d7c5690af295c593ba41b23e9b092051648f525')
+ 
  build() {
    cmake -B build $pkgname-$pkgver \
-@@ -25,4 +25,4 @@ build() {
-
- package() {
-   make DESTDIR="${pkgdir}" -C build install
-}