summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2022-02-13 20:12:57 +0200
committerAnton Kudelin2022-02-13 20:12:57 +0200
commit70bf657edb28e034aa39047eef0d996e6bff150f (patch)
treef0c75bdbb7afba135487c3f0e6af9ee66a4df985 /PKGBUILD
parenta19179d3162fab210a4b797cfe38eec8790217a3 (diff)
downloadaur-70bf657edb28e034aa39047eef0d996e6bff150f.tar.gz
updpkg: 3.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"