summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3072470d4038..bdee078085db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,6 @@ pkgbase = python-degiro-connector
depends = python-requests
depends = python-wrapt
provides = degiro-connector
- conflicts = python-degiro-connector
- replaces = python-degiro-connector
source = python-degiro-connector-2.0.9.tar.gz::https://github.com/Chavithra/degiro-connector/archive/refs/tags/2.0.9.tar.gz
sha256sums = 8d09882b75aefbcd63d91afaaff45df3546b2501c03f8dc79d33af12cc88b4ac
diff --git a/PKGBUILD b/PKGBUILD
index f28c1a28e76b..0af71f2a63f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,6 @@ url="https://github.com/Chavithra/degiro-connector"
license=("BSD-3")
arch=("any")
provides=("degiro-connector")
-replaces=("python-degiro-connector")
-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")