[aur] fix -> not respecting 'ignorepkg' settings in pacman.conf

This commit is contained in:
Vinicius Moreira
2019-10-21 12:55:05 -03:00
parent 8ea182da2a
commit 42a3be984c
5 changed files with 261 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- AUR:
- update-checking for some scenarios
- not respecting 'ignorepkg' settings in **pacman.conf**
## [0.7.0] 2019-10-18
### Features
@@ -39,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### AppImage support
- Search, install, uninstall, downgrade, launch and retrieve the applications history
- Supported sources: [AppImageHub](https://appimage.github.io) ( **applications with no releases published to GitHub are currently not available** )
- Adds desktop entries ( menu shortcuts ) for the installed applications ( **~/.local/share/applications **)
- Adds desktop entries ( menu shortcuts ) for the installed applications ( **~/.local/share/applications**)
## [0.6.4] 2019-10-13
### Fixes