summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-06-20 09:12:55 +0200
committerAlphaJack2022-06-20 09:12:55 +0200
commit167727adbc94ed71f46da8dcbef4a7cf7a7d20c8 (patch)
tree910a6c52bbd58cce82542852b374e30e9c40a62d /PKGBUILD
parenta17fb03db552f985f3a19e90e6ffda879b139bd7 (diff)
downloadaur-167727adbc94ed71f46da8dcbef4a7cf7a7d20c8.tar.gz
Updated python-degiro-connector to 2.0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3045e9d57c3..3afe00672972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="python-degiro-connector"
-pkgver=2.0.20
+pkgver=2.0.21
pkgrel=1
pkgdesc="Yet another library to access Degiro's API"
url="https://github.com/Chavithra/degiro-connector"
@@ -12,7 +12,7 @@ provides=("degiro-connector")
depends=("python-grpcio" "python-onetimepass" "python-pandas" "python-protobuf" "python-requests" "python-wrapt")
makedepends=("python-dephell" "python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('a16cfd68ffd6345d421449653e8c52e72b2b64433ce7e8a1beec1ce18d5a9bd5')
+sha256sums=('b481986cd14b8b2ccff2eaeb2f47eb9706fbd76b863f98402afa1a7c26e7de99')
prepare(){
cd "degiro-connector-$pkgver"