[arch-commits] Commit in googlemaps/repos/community-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Dec 7 21:06:21 UTC 2017


    Date: Thursday, December 7, 2017 @ 21:06:20
  Author: bisson
Revision: 273181

archrelease: copy trunk to community-x86_64

Added:
  googlemaps/repos/community-x86_64/PKGBUILD
    (from rev 273180, googlemaps/trunk/PKGBUILD)
Deleted:
  googlemaps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 21:05:38 UTC (rev 273180)
+++ PKGBUILD	2017-12-07 21:06:20 UTC (rev 273181)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=googlemaps
-pkgver=20170917
-_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
-pkgrel=1
-pkgdesc='Google Maps plugin for QtLocation'
-url='https://github.com/vladest/googlemaps'
-license=('MIT')
-arch=('i686' 'x86_64')
-makedepends=('git' 'qt5-tools')
-depends=('qt5-location')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-	install -d build
-	cd build
-	qmake ../googlemaps.pro
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	cd build
-	make INSTALL_ROOT="${pkgdir}" install
-}

Copied: googlemaps/repos/community-x86_64/PKGBUILD (from rev 273180, googlemaps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-07 21:06:20 UTC (rev 273181)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20171202
+_commit=b8d0b353f26df3d8e8d45b8ef325619f9ba84075
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}"
+	install -d build
+	cd build
+	qmake ../googlemaps.pro
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}"
+	cd build
+	make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list