summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2022-02-13 20:12:57 +0200
committerAnton Kudelin2022-02-13 20:12:57 +0200
commit70bf657edb28e034aa39047eef0d996e6bff150f (patch)
treef0c75bdbb7afba135487c3f0e6af9ee66a4df985
parenta19179d3162fab210a4b797cfe38eec8790217a3 (diff)
downloadaur-70bf657edb28e034aa39047eef0d996e6bff150f.tar.gz
updpkg: 3.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce164b416dea..25c952e08e38 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 = 3.0.2
+ pkgdesc = Interacting with Google spreadsheets through Pandas DataFrames
+ pkgver = 3.0.4
pkgrel = 1
url = https://github.com/aiguofer/gspread-pandas
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-gspread-pandas
depends = python-future
depends = python-google-auth
depends = python-google-auth-oauthlib
- source = python-gspread-pandas-3.0.2.tar.gz::https://github.com/aiguofer/gspread-pandas/archive/v3.0.2.tar.gz
- sha256sums = fedf44fc22dbd35f62b17b123e092d6a3325a66132bacec427e9c342f9275388
+ source = python-gspread-pandas-3.0.4.tar.gz::https://github.com/aiguofer/gspread-pandas/archive/v3.0.4.tar.gz
+ sha256sums = 5d7baf8b37dc34fe061aaaa8400db6307aeed6abea992106c2ef7450b3a92e70
pkgname = python-gspread-pandas
diff --git a/PKGBUILD b/PKGBUILD
index 8f9b18aa23e2..bc7d01a7598f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=gspread-pandas
pkgname=python-$_pkgname
-pkgver=3.0.2
+pkgver=3.0.4
pkgrel=1
-pkgdesc='A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames'
+pkgdesc='Interacting with Google spreadsheets through Pandas DataFrames'
url="https://github.com/aiguofer/$_pkgname"
arch=('any')
license=('BSD')
@@ -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=('fedf44fc22dbd35f62b17b123e092d6a3325a66132bacec427e9c342f9275388')
+sha256sums=('5d7baf8b37dc34fe061aaaa8400db6307aeed6abea992106c2ef7450b3a92e70')
build(){
cd "$srcdir/$_pkgname-$pkgver"