author | Caleb Maclennan
<alerque@archlinux.org> 2023-12-12 13:14:01 UTC |
committer | Caleb Maclennan
<alerque@archlinux.org> 2023-12-12 13:14:01 UTC |
parent | b6178f665d29670c408e3467f727c8a917865efd |
PKGBUILD | +10 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 8e2fb92..67b7b45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,16 +3,22 @@ # Contributor: Tyler Dence <tyzoid@archlinux32.org> # Contributor: Konstantin Shalygin <k0ste@k0ste.ru> +# Upstream does not provide signed tarballs (yet) +# https://github.com/nextcloud/desktop/issues/1510 +# +# Updates to signed Git tags requires refreshing repo once first before +# integrity checks will work: +# +# makepkg -o --nodeps --skippgpcheck + pkgbase=nextcloud-client # Put config files for libcloudproviders integration in a separate package as # there is no simple way yet to disable it. # See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17 pkgname=(nextcloud-client nextcloud-client-cloudproviders) epoch=2 -# Upstream does not provide signed tarballs (yet) -# https://github.com/nextcloud/desktop/issues/1510 -pkgver=3.10.1 -_tag=fc2ad885e2e42b764eedce25713c3d0e110c4d1a +pkgver=3.10.2 +_tag=2e210db26bdba37e494591fe653f588c12ee26cf pkgrel=1 arch=(x86_64) url='https://nextcloud.com/'