Date: Monday, January 8, 2018 @ 08:04:25 Author: arojas Revision: 280486
Add PGP signature (FS#57001) Modified: owncloud-client/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-08 08:04:24 UTC (rev 280485) +++ PKGBUILD 2018-01-08 08:04:25 UTC (rev 280486) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <[email protected]> # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> -_name=client +_name=owncloudclient pkgname=owncloud-client pkgver=2.4.0 pkgrel=1 @@ -14,8 +14,9 @@ makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio) optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo' 'python2-caja: integration with Caja') backup=('etc/ownCloud/sync-exclude.lst') -source=($pkgname-$pkgver.tar.gz::"https://github.com/owncloud/client/archive/v$pkgver.tar.gz") -sha256sums=('e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86') +source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc}) +sha256sums=('61193a7d152ae4078824b6c2be8acf4f871e26db72f2c80d7da68b813554ba51' + 'SKIP') validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <[email protected]> prepare() {
