Date: Saturday, August 29, 2020 @ 06:43:08 Author: yan12125 Revision: 691564
upgpkg: nextcloud-client 3.0.1-1 Modified: nextcloud-client/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-29 06:22:09 UTC (rev 691563) +++ PKGBUILD 2020-08-29 06:43:08 UTC (rev 691564) @@ -5,8 +5,8 @@ pkgname=nextcloud-client # Upstream does not provide signed tarballs (yet) # https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247 -pkgver=3.0.0 -_commit=ff175088a391007b66bfca89ef35cf29e37cf001 +pkgver=3.0.1 +_commit=0a62628f8a8d92527240435c74c4fb9ffaa46e53 pkgrel=1 pkgdesc='Nextcloud desktop client' arch=(x86_64) @@ -21,9 +21,7 @@ 'python-nautilus: integration with Nautilus' 'python-caja: integration with Caja' ) -# Not using ?signed here as only the tag is properly signed, not the commit. -# See https://github.com/nextcloud/desktop/issues/2185 -source=("$pkgname::git+https://github.com/nextcloud/desktop.git#commit=$_commit") +source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit") validpgpkeys=( A26B951528EA1BA1678C7AE5D406C75CEE1A36D6 # one of keys controlled by github.com/camilasan 42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28 # controlled by github.com/misch7
