AllPac/pkg/packagemanager
VetheonGames 1f01902801 Major Update 5
changes to main.go:
```
- implement functions to make the installer search return smarter
- import regexp for regex in the search return
```

changes to aur.go:
```
- fix logic to properly manage the pkg.list
```

changes to flatpak.go:
```
- fix logic to properly manage the pkg.list
```

changes to installer_utils.go:
```
- remove pkg.list handling functions and move them to packagelist-manager.go
```

changes to packagelist-manager.go:
```
- created
- had the functions for the pkg.list moved into into
```

changes to pacman.go:
```
- fix logic to properly manage the pkg.list
```

changes to snap.go:
```
- fix logic to properly manage the pkg.list (not currently finished)
```
2024-01-05 12:53:27 -07:00
..
all_updater.go Major update 4 2024-01-04 19:17:43 -07:00
aur.go Major Update 5 2024-01-05 12:53:27 -07:00
flatpak.go Major Update 5 2024-01-05 12:53:27 -07:00
install.go Major update 4 2024-01-04 19:17:43 -07:00
installer_utils.go Major Update 5 2024-01-05 12:53:27 -07:00
packagelist-manager.go Major Update 5 2024-01-05 12:53:27 -07:00
pacman.go Major Update 5 2024-01-05 12:53:27 -07:00
search.go Minor Update 1 2024-01-04 20:12:26 -07:00
snap.go Major Update 5 2024-01-05 12:53:27 -07:00