Commit Graph

4 Commits

Author SHA1 Message Date
VetheonGames
779ce34013 Minor patch to fix issue with makepkg occasionally running as the root user 2024-01-08 15:24:05 -07:00
VetheonGames
2697ad9b1c Minor Update to patch bug with AUR logic appending .git to package names 2024-01-08 15:18:41 -07:00
VetheonGames
9f21313942 Major Update 7 (Pre-Release Binary 0.9)
Update version

Refactor Pacman to always use `-Syu` regardless of what operation it's doing.
I did this solely to prevent partial updates from even being possible. Unlike pacman, which let's you do bad commands with no warning.

Remove un-needed Root question from AUR Installer

Set up AUR installer to update the system before cloning and building (to be safe, we add a warning about partial updates. See, it isn't that hard Pacman!)

Add repair command that will fix issues with the pkg.list file

Add a check to the handleUpdate function that advises the user to run `repair` if it has a problem reading the pkg.list
2024-01-08 14:30:51 -07:00
VetheonGames
0e91ff7ba2 Minor Update 3
This I think brings us up to a proper release. Since now we have installers and the Readme is finished.

changes to cli_utils.go:
```
- Add handling for a command to print out the current version of AllPac
```

changes to main.go:
```
- Add command to print out the current version of AllPac
```

Created and embedded .version file to facilitate above feature
2024-01-07 18:30:16 -07:00