summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2022-01-04 14:31:17 +0200
committerAnton Kudelin2022-01-04 14:31:17 +0200
commita19179d3162fab210a4b797cfe38eec8790217a3 (patch)
treeeb305d0c5b516e70b2b3680927606b447e6c9460
parentd2231403c3ed2e810c7a75dd24495c36417eb5ff (diff)
downloadaur-a19179d3162fab210a4b797cfe38eec8790217a3.tar.gz
updpkg: 3.0.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fb1a2723cda..ce164b416dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gspread-pandas
pkgdesc = A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames
- pkgver = 2.3.0
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/aiguofer/gspread-pandas
arch = any
@@ -12,8 +12,7 @@ pkgbase = python-gspread-pandas
depends = python-future
depends = python-google-auth
depends = python-google-auth-oauthlib
- source = python-gspread-pandas-2.3.0.tar.gz::https://github.com/aiguofer/gspread-pandas/archive/v2.3.0.tar.gz
- sha256sums = 982cfc711b5c5a097f4e469a9e125619605c977d959dad4374fe616ee58574bc
+ source = python-gspread-pandas-3.0.2.tar.gz::https://github.com/aiguofer/gspread-pandas/archive/v3.0.2.tar.gz
+ sha256sums = fedf44fc22dbd35f62b17b123e092d6a3325a66132bacec427e9c342f9275388
pkgname = python-gspread-pandas
-
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"