summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-05-05 00:17:31 +0200
committerAlphaJack2023-05-05 00:17:31 +0200
commitae7907349a087b4ec7e550cccbb059dc212d2bc9 (patch)
tree202e6dd1a4601549b1bd9c944b08321f6d318196
parent5e7028cea986fe6c60329e36c948e6b5c0a46a65 (diff)
downloadaur-ae7907349a087b4ec7e550cccbb059dc212d2bc9.tar.gz
Updated python-degiro-connector to 2.0.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c391a4dfd3..1df1967d4ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-degiro-connector
pkgdesc = Yet another library to access Degiro's API
- pkgver = 2.0.22
+ pkgver = 2.0.23
pkgrel = 1
url = https://github.com/Chavithra/degiro-connector
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-degiro-connector
depends = python-wrapt
provides = degiro-connector
options = !strip
- source = python-degiro-connector-2.0.22.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/2.0.22.tar.gz
- sha256sums = 04015ecb3ddb1b23573abe02cbee2dc9fc42df58d65d3168fad436a7f82d795e
+ source = python-degiro-connector-2.0.23.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/2.0.23.tar.gz
+ sha256sums = 0b19911cb0899d81c62c61ae72cdfe654b82496c1b7f128b21b7b5ba17d27521
pkgname = python-degiro-connector
diff --git a/PKGBUILD b/PKGBUILD
index ee871919a16b..d3f825ca79e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="python-degiro-connector"
-pkgver=2.0.22
+pkgver=2.0.23
pkgrel=1
pkgdesc="Yet another library to access Degiro's API"
url="https://github.com/Chavithra/degiro-connector"
@@ -17,7 +17,7 @@ depends=("python"
"python-wrapt")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('04015ecb3ddb1b23573abe02cbee2dc9fc42df58d65d3168fad436a7f82d795e')
+sha256sums=('0b19911cb0899d81c62c61ae72cdfe654b82496c1b7f128b21b7b5ba17d27521')
options=("!strip")
build(){