git » nextcloud-client.git » commit 3101231

drop frozen_revisions; update an issue URL in comments

author Chih-Hsuan Yen
2020-11-01 10:03:39 UTC
committer Chih-Hsuan Yen
2020-11-01 10:03:39 UTC
parent 6885936c62a6830e84b36a7d26fc77e6b348d821

drop frozen_revisions; update an issue URL in comments

Seems frozen_revisions [1] (yep it was a typo) is replaced with the latest
commit instead of the packaged commit - needs investigation. Anyway, for
nextcloud-client the packaged commit is recorded in Settings -> General
-> About -> Legal notice.

[1] https://git.archlinux.org/users/eschwartz/pacman.git/patch/?id=d8e7dfb71f562ecc491772ecec29a322822ad7d3

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index 2c7c2ca..a3c6ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,8 @@
 
 pkgname=nextcloud-client
 # Upstream does not provide signed tarballs (yet)
-# https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247
-pkgver=3.0.2
-# Updated by https://git.archlinux.org/users/eschwartz/pacman.git/patch/?id=d8e7dfb71f562ecc491772ecec29a322822ad7d3
-frozen_revision=(068ad89d8d1a7133f9f645b07fbc21fc619726f2)
+# https://github.com/nextcloud/desktop/issues/1510
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)