summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2022-03-27 21:30:48 +0300
committerAnton Kudelin2022-03-27 21:30:48 +0300
commitf7329d78124b21a7c767877792e82c14ecfc546f (patch)
tree2d65053b7ccaf9f2eefca469a139f763b0de816d /PKGBUILD
parent70bf657edb28e034aa39047eef0d996e6bff150f (diff)
downloadaur-python-gspread-pandas.tar.gz
updpkg: 3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc7d01a7598f..ff03f234d2f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gspread-pandas
pkgname=python-$_pkgname
-pkgver=3.0.4
+pkgver=3.2.0
pkgrel=1
pkgdesc='Interacting with Google spreadsheets through Pandas DataFrames'
url="https://github.com/aiguofer/$_pkgname"
@@ -12,7 +12,7 @@ depends=('python-gspread' 'python-pandas' 'python-decorator' 'python-future'
'python-google-auth' 'python-google-auth-oauthlib')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5d7baf8b37dc34fe061aaaa8400db6307aeed6abea992106c2ef7450b3a92e70')
+sha256sums=('f1d97b77abe7f371e31088f3e458a10fa1c66e97e09204eed0af1e4ba889013c')
build(){
cd "$srcdir/$_pkgname-$pkgver"