summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-08-28 04:20:15 +0200
committerRiccardo Berto2019-08-28 04:20:15 +0200
commite6dd389227070d55b8be0b234f7a354f1012f179 (patch)
tree25bdedaebd1b635a6cb30f5fc1d9bce71faaef07
parent9ad75568fca6ec22d88aec46a530c0f834d35ea5 (diff)
downloadaur-e6dd389227070d55b8be0b234f7a354f1012f179.tar.gz
upgpkg: python-googlemaps 3.1.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 437a147b138e..b1530c4189c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-googlemaps
- pkgdesc = Python client library for Google Maps API Web Services
- pkgver = 3.0.2
+ pkgdesc = Python client library for Google Maps Platform
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/googlemaps/google-maps-services-python
arch = any
license = Apache
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/g/googlemaps/googlemaps-3.0.2.tar.gz
- sha256sums = e13d8f4101f033bc39d76ade52f99977f077814d79087794735d1bb71f35dcc2
+ source = https://files.pythonhosted.org/packages/source/g/googlemaps/googlemaps-3.1.0.tar.gz
+ sha256sums = f563d780aae286bbdad347584ee505b1deee0419bec88b9b7ea53ec1024646b7
pkgname = python-googlemaps
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c1648009a39e..d22d1a0139e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgbase='python-googlemaps'
pkgname=('python-googlemaps')
_module='googlemaps'
-pkgver='3.0.2'
+pkgver='3.1.0'
pkgrel=1
-pkgdesc="Python client library for Google Maps API Web Services"
+pkgdesc="Python client library for Google Maps Platform"
url="https://github.com/googlemaps/google-maps-services-python"
depends=('python')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('e13d8f4101f033bc39d76ade52f99977f077814d79087794735d1bb71f35dcc2')
+sha256sums=('f563d780aae286bbdad347584ee505b1deee0419bec88b9b7ea53ec1024646b7')
build() {
cd "${srcdir}/${_module}-${pkgver}"