Date: Wednesday, May 17, 2023 @ 10:46:50 Author: alerque Revision: 1462934
upgpkg: nextcloud-client 2:3.8.2-1 Modified: nextcloud-client/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-17 10:45:01 UTC (rev 1462933) +++ PKGBUILD 2023-05-17 10:46:50 UTC (rev 1462934) @@ -11,8 +11,8 @@ epoch=2 # Upstream does not provide signed tarballs (yet) # https://github.com/nextcloud/desktop/issues/1510 -pkgver=3.8.1 -_tag=47773aa9a5d104d3c51a92bc7a43735597cc1f44 +pkgver=3.8.2 +_tag=65a1c7d373a980c2ca9eca3112ec3989a8759ab7 pkgrel=1 arch=(x86_64) url='https://nextcloud.com/' @@ -51,7 +51,8 @@ } _pkgver() { - curl -fs https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | jq -r .object.sha + curl -fs https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | + jq -r .object.sha } prepare() {
