mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: arch AUR downgrade
This commit is contained in:
@@ -94,7 +94,7 @@ def install_as_process(pkgpath: str, root_password: str, aur: bool, pkgdir: str
|
|||||||
else:
|
else:
|
||||||
cmd = ['pacman', '-S', pkgpath, '--noconfirm'] # pkgpath = pkgname
|
cmd = ['pacman', '-S', pkgpath, '--noconfirm'] # pkgpath = pkgname
|
||||||
|
|
||||||
return SystemProcess(new_root_subprocess(cmd, root_password, cwd=pkgdir))
|
return SystemProcess(new_root_subprocess(cmd, root_password, cwd=pkgdir), wrong_error_phrase='warning: downgrading package')
|
||||||
|
|
||||||
|
|
||||||
def list_desktop_entries(pkgnames: Set[str]) -> List[str]:
|
def list_desktop_entries(pkgnames: Set[str]) -> List[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user