aurutils: update changelog
This commit is contained in:
parent
3c5f78de10
commit
3e2395a1e3
3 changed files with 59 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 4.2
|
pkgver = 4.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
install = aurutils.install
|
install = aurutils.install
|
||||||
changelog = aurutils.changelog
|
changelog = aurutils.changelog
|
||||||
|
@ -17,6 +17,6 @@ pkgbase = aurutils
|
||||||
optdepends = devtools: aur-chroot
|
optdepends = devtools: aur-chroot
|
||||||
optdepends = vifm: default pager
|
optdepends = vifm: default pager
|
||||||
source = aurutils-4.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/4.2.tar.gz
|
source = aurutils-4.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/4.2.tar.gz
|
||||||
sha256sums = 32593e29ff0dbe5dbaeba88d95424b2d399335af789899f4042d609ab4d86415
|
sha256sums = 7f809672ebcd26787b74fb2b39b5e223ccda791776ae4a581d8379db184c9a0e
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=4.2
|
pkgver=4.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
url='https://github.com/AladW/aurutils'
|
url='https://github.com/AladW/aurutils'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
|
@ -1,3 +1,59 @@
|
||||||
|
## 4.2
|
||||||
|
|
||||||
|
* `aur-build`
|
||||||
|
+ support PACMAN_AUTH environment variable for custom elevation command
|
||||||
|
|
||||||
|
* `aur-repo`
|
||||||
|
+ improve error handling
|
||||||
|
+ remove extraneous `--` on `--path` output
|
||||||
|
|
||||||
|
## 4.1
|
||||||
|
|
||||||
|
* `aur-build`
|
||||||
|
+ handle absolute paths in `--arg-file`
|
||||||
|
|
||||||
|
* `aur-pkglist`
|
||||||
|
+ add `--users` (`-U`) to retrieve a list of AUR users
|
||||||
|
+ update aur-pkglist(1) man page
|
||||||
|
|
||||||
|
* `aur-repo`
|
||||||
|
+ fix formatting for `--table` and packages with no dependencies
|
||||||
|
|
||||||
|
## 4
|
||||||
|
|
||||||
|
* `aur-build`
|
||||||
|
+ add `--no-check` (`makepkg --nocheck`)
|
||||||
|
|
||||||
|
* `aur-search`
|
||||||
|
+ add `--table`
|
||||||
|
|
||||||
|
* `aur-fetch`
|
||||||
|
+ add compatibility options (`--recurse`)
|
||||||
|
|
||||||
|
* `aur-repo`
|
||||||
|
+ add compatibility options (`--path`, `--path-list`, `--repo-list`)
|
||||||
|
+ fix regression with `AUR_QUERY_PARALLEL`
|
||||||
|
|
||||||
|
* `aur-sync`
|
||||||
|
+ add `--no-check` (short for `--no-checkdepends`)
|
||||||
|
- implies `aur-build --no-check`
|
||||||
|
+ apply `--ignore` to local repository targets
|
||||||
|
+ `--ignore-file` now works with process substitution (#880)
|
||||||
|
+ remove `--no-depends`, `--no-makedepends`
|
||||||
|
|
||||||
|
## 3.3.0
|
||||||
|
|
||||||
|
`aur-query` and `aur-fetch` now take arguments from the command-line
|
||||||
|
by default. If `-` or `/dev/stdin` is the first (and only) arguments,
|
||||||
|
they are taken from `stdin` instead. In particular, `aur fetch --recurse`
|
||||||
|
is now written as `aur depends --pkgbase ... | aur fetch -`, and the
|
||||||
|
explicit `--recurse` option was removed.
|
||||||
|
|
||||||
|
The `-` argument propagates to `aur-depends` and `aur-search`
|
||||||
|
transparently. Additionally, `aur-sync` no longer calls `aur-depends`
|
||||||
|
and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
|
||||||
|
these commands.
|
||||||
|
|
||||||
## 3.2.1
|
## 3.2.1
|
||||||
|
|
||||||
* `aur-query`
|
* `aur-query`
|
||||||
|
|
Loading…
Reference in a new issue