summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-09-21 16:26:04 +0200
committerRiccardo Berto2019-09-21 16:26:04 +0200
commit05717f6dd2a3e434a2f8bdf20b6ca374547ce882 (patch)
tree8ac59f937f13aaecc14d7cb428df8f6a5796fc31
parent64ea62339fddb4d5e59c33d5a65d49fc339cddc4 (diff)
downloadaur-05717f6dd2a3e434a2f8bdf20b6ca374547ce882.tar.gz
upgpkg: python-googlemaps 3.1.3-1
upstream release upgpkg: python-tinydb 3.14.1-1 upstream release upgpkg: redis-graph-git r400.872d56ae-1 upgpkg: redis-graph 1.99.2-1 upstream release Deleted package: python-alpha_vantage
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0053d88cf8b..a70826789174 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-googlemaps
pkgdesc = Python client library for Google Maps Platform
- pkgver = 3.1.2
+ pkgver = 3.1.3
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.1.2.tar.gz
- sha256sums = f25791d855121ae6b2a03c19d7709e1f060b48ef987c6543dc1e2ad7b695792c
+ source = https://files.pythonhosted.org/packages/source/g/googlemaps/googlemaps-3.1.3.tar.gz
+ sha256sums = 5717a0ebd8a80b2df5ce51fc658bc37697c6c2a5fc3b2ab0872342990e4df62a
pkgname = python-googlemaps
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 70c932ba344d..6e649a6cca78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-googlemaps'
pkgname=('python-googlemaps')
_module='googlemaps'
-pkgver='3.1.2'
+pkgver='3.1.3'
pkgrel=1
pkgdesc="Python client library for Google Maps Platform"
url="https://github.com/googlemaps/google-maps-services-python"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('f25791d855121ae6b2a03c19d7709e1f060b48ef987c6543dc1e2ad7b695792c')
+sha256sums=('5717a0ebd8a80b2df5ce51fc658bc37697c6c2a5fc3b2ab0872342990e4df62a')
build() {
cd "${srcdir}/${_module}-${pkgver}"