summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2022-01-04 14:31:17 +0200
committerAnton Kudelin2022-01-04 14:31:17 +0200
commita19179d3162fab210a4b797cfe38eec8790217a3 (patch)
treeeb305d0c5b516e70b2b3680927606b447e6c9460 /PKGBUILD
parentd2231403c3ed2e810c7a75dd24495c36417eb5ff (diff)
downloadaur-a19179d3162fab210a4b797cfe38eec8790217a3.tar.gz
updpkg: 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b0469cb36c6..8f9b18aa23e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gspread-pandas
pkgname=python-$_pkgname
-pkgver=2.3.0
+pkgver=3.0.2
pkgrel=1
pkgdesc='A package to easily open an instance of a Google spreadsheet and interact with worksheets 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=('982cfc711b5c5a097f4e469a9e125619605c977d959dad4374fe616ee58574bc')
+sha256sums=('fedf44fc22dbd35f62b17b123e092d6a3325a66132bacec427e9c342f9275388')
build(){
cd "$srcdir/$_pkgname-$pkgver"