mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Dependency switch from pyside6 to python-pyside6
This commit is contained in:
parent
9b212cf36e
commit
2a2bd76790
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -16,7 +16,7 @@ pkgbase = plover
|
|||
depends = python-cmarkgfm
|
||||
depends = python-evdev
|
||||
depends = python-plover_stroke>=1.1.0
|
||||
depends = pyside6>=6.9.0
|
||||
depends = python-pyside6>=6.9.0
|
||||
depends = python-pkginfo
|
||||
depends = python-psutil
|
||||
depends = python-pyserial
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -19,7 +19,7 @@ depends=(
|
|||
python-cmarkgfm
|
||||
python-evdev
|
||||
'python-plover_stroke>=1.1.0'
|
||||
'pyside6>=6.9.0'
|
||||
'python-pyside6>=6.9.0'
|
||||
python-pkginfo
|
||||
python-psutil
|
||||
python-pyserial
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue