[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Feb 10 13:59:06 UTC 2019
Date: Sunday, February 10, 2019 @ 13:59:05
Author: aginiewicz
Revision: 431440
upgpkg: python-google-api-python-client 1.7.8-1
python-google-api-python-client: new upstream release
Modified:
python-google-api-python-client/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-10 13:57:32 UTC (rev 431439)
+++ PKGBUILD 2019-02-10 13:59:05 UTC (rev 431440)
@@ -3,7 +3,7 @@
pkgbase=python-google-api-python-client
pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Google API Client Library for Python"
arch=('any')
@@ -13,7 +13,7 @@
'python2-google-auth-httplib2' 'python2-uritemplate'
'python-google-auth-httplib2' 'python-uritemplate')
source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz")
-sha1sums=('f3bbd68ecf2fecfddb99cef8f07499ca6026d6a5')
+sha1sums=('1905092e6177402c9f247d3b237b51233843855e')
prepare() {
cd "$srcdir"
@@ -29,11 +29,11 @@
build() {
cd "$srcdir/google-api-python-client-$pkgver"
- msg "Building Python2"
+ # "Building Python2"
cd "$srcdir"/google-api-python-client-py2-${pkgver}
python2 setup.py build
- msg "Building Python3"
+ # "Building Python3"
cd "$srcdir"/google-api-python-client-${pkgver}
python setup.py build
}
More information about the arch-commits
mailing list