mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] feature -> ignoring binary package when checking with rebuild-detector
This commit is contained in:
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
### Features
|
||||
- Arch
|
||||
- AUR:
|
||||
- [rebuild-detector](https://github.com/maximbaz/rebuild-detector) integration
|
||||
- [rebuild-detector](https://github.com/maximbaz/rebuild-detector) integration [#139](https://github.com/vinifmor/bauh/issues/139)
|
||||
- if a package needs to be rebuilt, it will be marked for update (rebuild-detector must be installed on your system, but it is not a hard requirement).
|
||||
- if you hold the mouse over the package 'version' the message "The package needs to be reinstalled" will be displayed.
|
||||
- this integration can be controlled though the new settings property **aur_rebuild_detector** (default: true).
|
||||
@@ -25,6 +25,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.9.12/ignore_rebuild_check.png">
|
||||
</p>
|
||||
|
||||
- new settings property **aur_rebuild_detector_no_bin** to ignore binary packages when checking with rebuild-detector (e.g: package-bin ). Default: true
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.9.12/ignore_bin.png">
|
||||
</p>
|
||||
|
||||
- new custom action to quickly reinstall a package
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.9.12/aur_reinstall.png">
|
||||
|
||||
Reference in New Issue
Block a user