Date: Monday, October 8, 2018 @ 02:33:29 Author: bisson Revision: 391062
upstream update Modified: googlemaps/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-08 01:28:15 UTC (rev 391061) +++ PKGBUILD 2018-10-08 02:33:29 UTC (rev 391062) @@ -1,9 +1,9 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=googlemaps -pkgver=20180405 -_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58 -pkgrel=3 +pkgver=20180602 +_commit=54a357f9590d9cf011bf1713589f66bad65e00eb +pkgrel=1 pkgdesc='Google Maps plugin for QtLocation' url='https://github.com/vladest/googlemaps' license=('MIT') @@ -10,7 +10,8 @@ arch=('x86_64') makedepends=('git' 'qt5-tools') depends=('qt5-location') -source=("git+https://github.com/vladest/googlemaps#commit=${_commit}") +validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23') +source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed") sha256sums=('SKIP') build() {
