Sudo pacman -Syu not working because of KDE

Iam new to Manjaro, fresh installed and tried Updating the System like i always do now i tried running sudo pacman.I have added Error Messages down below English/German and some Information about my Setup.

    ~  neofetch                                                                                       ✔ 
██████████████████  ████████  
██████████████████  ████████   -------------------- 
██████████████████  ████████   OS: Manjaro Linux x86_64 
██████████████████  ████████   Host: x-x
████████            ████████   Kernel: 6.5.5-1-MANJARO 
████████  ████████  ████████   Uptime: 7 mins 
████████  ████████  ████████   Packages: 1151 (pacman) 
████████  ████████  ████████   Shell: bash 5.1.16 
████████  ████████  ████████   Resolution: 3840x1080 
████████  ████████  ████████   DE: Plasma 5.27.8 
████████  ████████  ████████   WM: KWin 
^[[A████  ████████  ████████       Theme: [Plasma], Breeze [GTK2/3] 
████████  ████████  ████████   Icons: [Plasma], breeze [GTK2/3] 
████████  ████████  ████████   Terminal: konsole 
                               CPU: AMD Ryzen 3 2200G (4) @ 3.500GHz 
                               GPU: NVIDIA GeForce GTX 1050 Ti 
                               GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series 
                               Memory: 2412MiB / 10901MiB 

                                                       
                                                       


    ~  sudo pacman -Syu                                                                               ✔ 
:: Paketdatenbanken werden synchronisiert …
 core ist aktuell
 extra ist aktuell
 multilib ist aktuell
:: Vollständige Systemaktualisierung wird gestartet …
:: appstream-qt durch extra/appstream-qt5 ersetzen? [J/n] j
:: kdsoap durch extra/kdsoap-qt5 ersetzen? [J/n] j
:: kgamma5 durch extra/kgamma ersetzen? [J/n] j
:: kirigami-addons durch extra/kirigami-addons5 ersetzen? [J/n] j
Warnung: kpeoplevcard: Lokale Version (0.1+r38.32d50a9-1) ist neuer als extra (0.1-2)
:: kuserfeedback durch extra/kuserfeedback5 ersetzen? [J/n] j
:: libkcddb durch extra/libkcddb5 ersetzen? [J/n] j
:: libkdcraw durch extra/libkdcraw5 ersetzen? [J/n] j
:: libqaccessibilityclient durch extra/libqaccessibilityclient-qt5 ersetzen? [J/n] j
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von kpeople5 (5.112.0-1) verletzt Abhängigkeit »kpeople«, benötigt von kpeoplevcard
:: Installation von kcontacts5 (5.112.0-1) verletzt Abhängigkeit »kcontacts«, benötigt von kpeoplevcard
    ~ 

Translation :

   ~  sudo pacman -Syu  ✔
:: Package databases are synchronized...
 core is current
 extra is current
 multilib is up to date
::Starting full system update...
:: Replace appstream-qt with extra/appstream-qt5? [Y/n] j
:: Replace kdsoap with extra/kdsoap-qt5? [Y/n] j
:: Replace kgamma5 with extra/kgamma? [Y/n] j
:: Replace kirigami-addons with extra/kirigami-addons5? [Y/n] j
Warning: kpeoplevcard: Local version (0.1+r38.32d50a9-1) is newer than extra (0.1-2)
:: replace kuserfeedback with extra/kuserfeedback5? [Y/n] j
:: Replace libkcddb with extra/libkcddb5? [Y/n] j
:: Replace libkdcraw with extra/libkdcraw5? [Y/n] j
:: Replace libqaccessibilityclient with extra/libqaccessibilityclient-qt5? [Y/n] j
Dependencies are resolved...
Looking for conflicting packages...
Error: Operation could not be prepared (Cannot satisfy dependencies)
:: Installation of kpeople5 (5.112.0-1) violates dependency "kpeople", required by kpeoplevcard
:: Installation of kcontacts5 (5.112.0-1) violates dependency "kcontacts", required by kpeoplevcard

ChatGPT recommended me using sudo pacman -Syu --ignore kpeoplevcard,kpeople,kcontacts
but it didnt work.