[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Sep 26 04:48:27 UTC 2020


    Date: Saturday, September 26, 2020 @ 04:48:25
  Author: yan12125
Revision: 712361

upgpkg: nextcloud-client 3.0.2-1; go back to verify signed tags

Upstream prefers verify signed tags [1], and for version 3.0.2, the tagged
commit is signed by GitHub's key.

[1] https://github.com/nextcloud/desktop/issues/2185#issuecomment-682148515

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 00:26:04 UTC (rev 712360)
+++ PKGBUILD	2020-09-26 04:48:25 UTC (rev 712361)
@@ -5,8 +5,9 @@
 pkgname=nextcloud-client
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247
-pkgver=3.0.1
-_commit=0a62628f8a8d92527240435c74c4fb9ffaa46e53
+pkgver=3.0.2
+# Updated by https://git.archlinux.org/users/eschwartz/pacman.git/patch/?id=d8e7dfb71f562ecc491772ecec29a322822ad7d3
+frozen_revision=(068ad89d8d1a7133f9f645b07fbc21fc619726f2)
 pkgrel=1
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
@@ -21,7 +22,7 @@
   'python-nautilus: integration with Nautilus'
   'python-caja: integration with Caja'
 )
-source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit")
+source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#tag=v$pkgver")
 validpgpkeys=(
   A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by github.com/camilasan
   42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7



More information about the arch-commits mailing list