aurutils: fix path in install message
This commit is contained in:
parent
61e1649e12
commit
81ace30148
2 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,20 @@
|
||||||
|
## 3.2.1
|
||||||
|
|
||||||
|
* `aur-query`
|
||||||
|
+ support AUR_LOCATION
|
||||||
|
+ preserve `curl --parallel` exit codes (requires curl >=7.77.0)
|
||||||
|
+ complete aur-query(1) man page
|
||||||
|
|
||||||
|
* `aur-pkglist`
|
||||||
|
+ support multiinfo and search dumps (`--info`, `--search`)
|
||||||
|
+ support HTTP Last-Modified
|
||||||
|
|
||||||
|
* `aur-fetch`
|
||||||
|
+ add `--existing`
|
||||||
|
|
||||||
|
* `aur-view`
|
||||||
|
+ new script that includes the package inspection logic from `aur-sync`
|
||||||
|
|
||||||
## 3.2.0
|
## 3.2.0
|
||||||
|
|
||||||
* `aur-build`
|
* `aur-build`
|
||||||
|
|
|
@ -39,7 +39,7 @@ EOF
|
||||||
if (( $(vercmp '3.2.0-1' "$2") == 1 )); then
|
if (( $(vercmp '3.2.0-1' "$2") == 1 )); then
|
||||||
cat >&2 <<-EOF
|
cat >&2 <<-EOF
|
||||||
As of 3.2.0, if --chroot is specified without --database, aur-build assumes
|
As of 3.2.0, if --chroot is specified without --database, aur-build assumes
|
||||||
pacman.conf is located in /etc/pacman-$(uname -m).conf.
|
pacman.conf is located in /etc/aurutils/pacman-$(uname -m).conf.
|
||||||
|
|
||||||
See the 3.2.0 changelog for more information:
|
See the 3.2.0 changelog for more information:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue