summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2021-04-22 20:30:35 +0000
committerAntonio Rojas2021-04-22 20:30:35 +0000
commita8fce2e34bb227df96d2a984890636bea773cdd2 (patch)
treee19a76375fba3c0fccdfd4e6ae4df0585db25378
parent11bd094daa506700488741625cf0e4af9e05b9c2 (diff)
downloadaur-a8fce2e34bb227df96d2a984890636bea773cdd2.tar.gz
Dropped from repos
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0201f3c256..dd5133ff6332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = googlemaps
pkgdesc = Google Maps plugin for QtLocation
- pkgver = 20170826.e6b44ec
- pkgrel = 1
+ pkgver = 20180602
+ pkgrel = 15
url = https://github.com/vladest/googlemaps
- arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = qt5-tools
depends = qt5-location
- source = git+https://github.com/vladest/googlemaps
+ source = git+https://github.com/vladest/googlemaps#commit=54a357f9590d9cf011bf1713589f66bad65e00eb?signed
+ validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
sha256sums = SKIP
pkgname = googlemaps
diff --git a/PKGBUILD b/PKGBUILD
index ab0970e7f5d1..2cce3c318b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=googlemaps
-pkgver=20170826.e6b44ec
-pkgrel=1
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=15
pkgdesc='Google Maps plugin for QtLocation'
url='https://github.com/vladest/googlemaps'
license=('MIT')
-arch=('i686' 'x86_64')
+arch=('x86_64')
makedepends=('git' 'qt5-tools')
depends=('qt5-location')
-source=('git+https://github.com/vladest/googlemaps')
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed")
sha256sums=('SKIP')
-pkgver() {
- cd "${srcdir}/${pkgname}"
- git log -1 --format='%cd.%h' --date=short | tr -d -
-}
-
build() {
cd "${srcdir}/${pkgname}"
install -d build