summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-10-22 13:27:46 +0200
committerAlphaJack2021-10-22 13:27:46 +0200
commit2c8c0de829d24e346ca3df33b1957085880848bd (patch)
tree2b2c358fc1ce8664d3a47b48491d9f94ef8a870b
parent4379c965182e9f54888d37181768f1dadc7e5933 (diff)
downloadaur-2c8c0de829d24e346ca3df33b1957085880848bd.tar.gz
Updated python-degiro-connector to 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 224e3d6411df..3e7efb6820fc 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.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/Chavithra/degiro-connector
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-degiro-connector
provides = degiro-connector
conflicts = python-degiro-connector
replaces = python-degiro-connector
- source = https://github.com/Chavithra/degiro-connector/archive/refs/tags/2.0.2.tar.gz
- sha256sums = cfdb5ee556cde363ed69051c1ab834d071087fc36d7b27bd46f6daccb671a659
+ source = python-degiro-connector-2.0.3.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/2.0.3.tar.gz
+ sha256sums = c07eddb361e0e5cc58f335e27197865749e0f48e815bf1b7f2c09bbed2d024e0
pkgname = python-degiro-connector
diff --git a/PKGBUILD b/PKGBUILD
index bcfccef9ec78..6822aba595be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="python-degiro-connector"
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Yet another library to access Degiro's API"
url="https://github.com/Chavithra/degiro-connector"
@@ -13,8 +13,8 @@ conflicts=("python-degiro-connector")
# not adding "python-orjson" because it is not compatible with ARM architectures yet
depends=("python-grpcio" "python-onetimepass" "python-pandas" "python-protobuf" "python-requests" "python-wrapt")
makedepends=("python-dephell" "python-setuptools")
-source=("https://github.com/Chavithra/degiro-connector/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('cfdb5ee556cde363ed69051c1ab834d071087fc36d7b27bd46f6daccb671a659')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('c07eddb361e0e5cc58f335e27197865749e0f48e815bf1b7f2c09bbed2d024e0')
prepare(){
cd "degiro-connector-$pkgver"