summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-11-16 05:24:19 +0100
committerRiccardo Berto2019-11-16 05:24:19 +0100
commit4f597f2cf1b902d5cc3d7d61beafc06d2d618df9 (patch)
tree1fd5f1b6136d5dc2967af52881f3a50b6376e470
parent05717f6dd2a3e434a2f8bdf20b6ca374547ce882 (diff)
downloadaur-4f597f2cf1b902d5cc3d7d61beafc06d2d618df9.tar.gz
upgpkg: python-googlemaps 3.1.4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70826789174..a7752f6ebc53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-googlemaps
pkgdesc = Python client library for Google Maps Platform
- pkgver = 3.1.3
+ pkgver = 3.1.4
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.3.tar.gz
- sha256sums = 5717a0ebd8a80b2df5ce51fc658bc37697c6c2a5fc3b2ab0872342990e4df62a
+ source = https://files.pythonhosted.org/packages/source/g/googlemaps/googlemaps-3.1.4.tar.gz
+ sha256sums = fc51565fa5e008391dc1df526997a029424dc7be60517ab12fc07708c2bf5930
pkgname = python-googlemaps
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6e649a6cca78..75972f1debe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-googlemaps'
pkgname=('python-googlemaps')
_module='googlemaps'
-pkgver='3.1.3'
+pkgver='3.1.4'
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=('5717a0ebd8a80b2df5ce51fc658bc37697c6c2a5fc3b2ab0872342990e4df62a')
+sha256sums=('fc51565fa5e008391dc1df526997a029424dc7be60517ab12fc07708c2bf5930')
build() {
cd "${srcdir}/${_module}-${pkgver}"