[arch-commits] Commit in jami-gnome/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Mon Oct 18 19:07:09 UTC 2021


    Date: Monday, October 18, 2021 @ 19:07:09
  Author: archange
Revision: 1030884

upgpkg: jami-gnome 20211004-1

Modified:
  jami-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 18:57:35 UTC (rev 1030883)
+++ PKGBUILD	2021-10-18 19:07:09 UTC (rev 1030884)
@@ -2,7 +2,7 @@
 # Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 
 pkgname=jami-gnome
-pkgver=20210308
+pkgver=20211004
 pkgrel=1
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
 arch=(x86_64)
@@ -12,12 +12,12 @@
 depends=(libjamiclient jami-daemon
          gtk3 dconf clutter clutter-gtk webkit2gtk qrencode qt5-base libnotify libcanberra libnm)
 makedepends=(git cmake)
-_commit=a7b6be4507d1f3b3ffebd4e283ee56b9599897ac
-source=(git+https://git.jami.net/savoirfairelinux/ring-client-gnome.git#commit=${_commit})
+_commit=e9bc95724de31484a20d15c1a5acffb159a525a7
+source=(git+https://git.jami.net/savoirfairelinux/jami-client-gnome.git#commit=${_commit})
 md5sums=(SKIP)
 
 prepare() {
-  cd ring-client-gnome
+  cd jami-client-gnome
   # Fix build system looking for lrc sources
   rm -r web
   ln -s /usr/include/libringclient/web-chatview/ web
@@ -24,7 +24,7 @@
 }
 
 build() {
-  cmake -B build -S ring-client-gnome \
+  cmake -B build -S jami-client-gnome \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None
   make -C build



More information about the arch-commits mailing list