summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2021-12-09 09:58:52 +0100
committerAlphaJack2021-12-09 09:58:52 +0100
commit17b23a68277547b3e14a1b03f1a58a7300313ce2 (patch)
tree0ab4d1db1b14513b88392ab71d81b74440d221b4 /PKGBUILD
parent85cd544aee87195919233c790294a88d608ce9b1 (diff)
downloadaur-17b23a68277547b3e14a1b03f1a58a7300313ce2.tar.gz
Updated python-degiro-connector to 2.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0af71f2a63f4..011e2322096b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="python-degiro-connector"
-pkgver=2.0.9
+pkgver=2.0.10
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=('8d09882b75aefbcd63d91afaaff45df3546b2501c03f8dc79d33af12cc88b4ac')
+sha256sums=('62006a368a52a0f950e409aea5e850fbc057d73823d570e75cfcd8bfd0ece5fb')
prepare(){
cd "degiro-connector-$pkgver"