depends: use --no-verify by default
[aurutils.git] / makepkg / aurutils.changelog
bloba98ae1b152fea3b20d35559b9cf32c6a214841e4
1 ## 19
3 * `aur-build`
4   + add `--cleanbuild`
5   + do not shell quote `--status` paths
6   + early check for buildscript
8 * `aur-chroot`
9   + do not shell quote `--status` paths
11 * `aur-depends`
12   + only include `Self` targets for command-line arguments (`--table`, #1136)
13   + verify dependency version requirements (`--verify`)
15 * `aur-graph`
16   + prevent unwanted matches in certain URLs (#1134)
18 * `aur-repo`
19   + add `-m` / `--missing`
20   + add `--ignore`, `--ignore-by`
21   + do not shell quote `--status` paths
22   + fix invalid output with `--json --search` (#1126)
24 * `aur-sync`
25   + document `aur-view` options
26   + detect local repositories with `--chroot` configuration (#1135)
27   + add `--clean` / `-C`, `--cleanbuild`
28     - default build command changed to `aur build --syncdeps`
30 * `aur(1)`
31   + use `git-clean -ixd` to clean directories with `aur-gc`
33 * `perl`
34   + add `Depends.pm`, `Repo.pm`
36 ## 18.5
38 * `aur-repo`
39   + prefix pacman.conf in error messages (#1118)
41 * `aur-build`
42   + propagate `--pacman-conf` to local repository upgrade
44 ## 18.4
46 * `aur-repo`
47   + fix incomplete output with `--search` (`--json`, #1120)
49 ## 18.3
51 * `aur-build--pkglist`
52   + do not source `PKGBUILD` in `$PATH` (#1115)
54 * `aur-repo`
55   + use pacman `DBPath` as `root` (`--sync`)
57 * `aur-depends`
58   + skip lines with equal `pkgbase` (`--pkgbase`)
60 ## 18.2
62 * `aur-repo`
63   + do not require `file://` path for specified repository (#1113)
65 * `aur-depends`
66   + fix regression introduced in v18 (#1112)
68 * `aur-build`
69   + fix `--temp` (#1111)
71 ## 18.1
73 * `aur-chroot`
74   + remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18
76 ## 18
78 * `aur-build`
79   + add `--dbext`
80   + shell escape file paths in diagnostics
82 * `aur-chroot`
83   + take file paths in `/etc/aurutils` into account
84   + add `--build` options (`-A`, `--nocheck`, `--namcap`, `--checkpkg`, `--temp`, `--user`)
85   + add `--status`
86     + `--path` is now deprecated
87   + `--suffix` no longer defaults to `extra`
89 * `aur-depends`
90   + `RequiredBy` is now a flat dictionary (`--json`, `--jsonl`)
92 * `aur-fetch`
93   + only run git-rebase/merge on new upstream commits
95 * `aur-repo`
96   + shell escape printed file paths
97   + add `--dbext`
98   + require a configured pacman repository (`--database`)
100 ## 17.3
102 * `aur-build`
103   + use `printf` instead of `warning` (#1101)
105 ## 17.2
107 * `aur-sync`
108   + remove repository write check
110 * `examples`
111   + rename `sync-rebuild --vcs` to `--pkgver`
113 ## 17.1
115 * `examples`
116   + add `--vcs` for `sync-rebuild`
118 ## 17
120 * `aur-sync`
121   + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
123 * `examples`
124   + remove `python-pyxdg` dependency (#1096)
125   + fixes for `sync-rebuild` (#1096)
127 ## 16.5
129 * `examples`
130   + add `--chroot`, `--user` for `sync-rebuild`
132 ## 16.4
134 * `aur-repo-parse`
135   + improve `Repository` field
136   + check database extension
138 * `examples`
139   + add AUR dependency resolution for `sync-rebuild`
141 ## 16.3
142 * `aur-sync`
143   + only print queue with `--no-build` to standard output
145 ## 16.2
147 * `aur-sync`
148   + `--save` now applies when building packages
150 ## 16.1
152 * `examples`
153   + fixes for `sync-rebuild`
155 ## 16
157 * `aur-repo`
158   + `--status` is now the default
159   + add `Repository` to `--json` / `--jsonl` output
161 * `aur-format`
162   + add `%R` format option
164 * `perl`
165   + `write_json()` now returns a string
167 * `aur`
168   `--env` now prints `PERL5LIB`
170 ## 15.7
172 * `aur-repo`
173   + add `--search`, `--search-by` (#1057)
175 * `aur-sync`
176   + `--save`: do not use `/dev/stdout` (#1083)
178 ## 15.6
180 * `examples`
181   + remove `AUR_EXEC_PATH` from `sync-asroot` [fixup]
183 ## 15.5
185 * `aur-build`
186   + support makepkg configuration in `/etc/aurutils` (#1076)
188 * `aur-depends`
189   + add `--jsonl`
191 ## 15.4
193 * `aur-sync`
194   + add `--save`
196 * `examples`
197   + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
198   + `sync-rebuild` python rewrite
200 ## 15.3
202 * `aur-pkglist`, `aur-view`, `aur-search`
203   + prefix errors with command name
205 ## 15.2
207 * `aur-chroot`
208   + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
210 ## 15.1
212 * `aur-pkglist`
213   + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
215 ## 15
217 * `aur-repo`
218   + add `--format` (`-f`), `--delim`
220 * `aur-format`
221   + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
223 * `aur-pkglist`
224   + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
225   + update documentation
227 * `examples`
228   + `sync-rebuild` now respects package `epoch`
230 ## 14.1
232 * `aur-sync`
233   + fix exit codes for `tsort`, `aur-repo-parse`
235 ## 14
237 * `aur-depends`
238   + add `Self` dependency for every target (#1065)
240 * `aur-sync`
241   + `--rebuild-tree` now implies `--no-provides` (#1068)
242   + add `--no-sync` (`aur-build --no-sync`) (#1064)
244 ## 13.8
246 * `aur-depends`
247   + add `--show-all` (alias for `--all`)
248   + prune virtual targets with `--all`
250 ## 13.7
252 * `aur-depends`
253   + fix regression in 13.6
255 ## 13.6
257 * `aur-depends`
258   + fix output when non-AUR targets are specified on the command-line (#1062)
260 ## 13.5
262 * `aur-build`
263   + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
265 ## 13.4
267 * `aur-fetch`
268   + exit 0 on empty stdin (`-`, `/dev/stdin`)
270 * `aur-depends`
271   + exit 0 on empty stdin (`-`, `/dev/stdin`)
273 * `aur-query`
274   + exit 0 on empty stdin (`-`, `/dev/stdin`)
276 * `aur-view`
277   + evaluate `AUR_CONFIRM_PAGER`
279 ## 13.3
281 * `Makefile`
282   + correctly install to `AUR_LIB_DIR`
284 * `aur-build`
285   + get local repository state before `--chroot` configuration
287 * `aur-graph`
288   + add `PRINTALL`
290 * `aur.1`
291   + fixes for `aur-format`
293 ## 13.2
295 * `build--pkglist`
296   + set `pkgname` as fallback for `pkgbase` (#1058)
298 ## 13.1
300 * `aur-fetch`
301   + fix regression for `aur-fetch--mirror`
303 ## 13
305 * `aur-build`
306   + add `--null` (`-z`)
307   + add `AUR_BUILD_PKGLIST` environment variable
309 * `aur-build--pkglist`
310   + remove `--user` (`-U`)
311   + only run as root with `AUR_ASROOT` set
313 * `aur-depends`
314   + add `--assume-installed`
316 * `aur-srcver`
317   + accept arbitrary source directories as arguments
318   + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
319   + add `AUR_MAKEPKG` environment variable
320   + only run as root with `AUR_ASROOT` set
321   + exit 1 if any `makepkg` job failed
323 * `aur-sync`
324   + `--ignore` now removes dependencies of ignored targets
326 * `examples`
327   + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
329 ## 12.1
331 * `AUR.pm`
332   + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
334 * `aur-depends`
335   + documentation updates
337 ## 12
339 * `aur-build`
340   + merge helper `aur-build--sync` back to `aur-build`
341   + avoid errors with PKGBUILDs that fail to source with `set -e`
343 * `aur-repo-filter`
344   + `unbuffer` is now optional (#1052)
346 * `aur-view`
347   + use null seperated lists as input to vifm(1)
349 * `examples`
350   + add `sync-rebuild`
352 * `lib`
353   + unset `CDPATH` where needed
354   + use `getopt` instead of `parseopts.sh` from libmakepkg
356 * `man1`
357   + documentation updates
359 ## 11
361 * `aur-build`
362   + add `aur-build--sync` helper for local repository upgrades
363     - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
364     - local repository upgrades are now unaffected by `--pacman-conf`
365   + add `exist:` to `--results` output
366     - remove `--dry-run`
367   + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
368   + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
369   + replace experimental `AUR_ASROOT` functionality (#1023)
370     - add `examples/sync-asroot`
371     - add `--user` to `aur-build--pkglist`
372     - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
374 * `aur-chroot`
375   + remove `--packagelist` (deprecated in v8)
376   + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
378 * `aur-depends`
379   + perl rewrite
380   + add `--json`, `--reverse`
381   + take provides on the command-line into account (#837)
382     - add `--no-provides`
383   + default output changed to `--graph --pkgbase`
384     - ordered output with `aur-depends --reverse | tsort`
386 * `aur-fetch`
387   + add `aur-fetch--mirror` helper for `aur.git` mirrors
388     - defaults to `github.com/archlinux/aur`
389     - enable with `AUR_FETCH_USE_MIRROR=1`
390   + run flock(1) when modifying existing repositories
391   + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
393 * `aur-graph`
394   + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
395     - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
396     - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
398 * `aur-repo`
399   + add `--json`, `--jsonl`
401 * `aur-query`
402   + perl rewrite
403   + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
404   + set operations (union, intersection) are moved to `aur-search`
405     - remove `--any`, `--exit-if-empty`
406     - `--raw` is noop
407   + remove `--dump-curl-config`
408     - print command-lines with `AUR_DEBUG=1`
409   + `-t` / `--type` is now a required parameter
411 * `aur-search`
412   + perl rewrite
413   + add `--reverse`
414     - `-r` is now an alias to `--reverse`
415   + add `--submitter`, `--provides`, `--conflicts`, `--replaces`, 
416     `--keywords`, `--comaintainers`
417   + exit 4 on AUR response errors such as `query too small` (was: exit 2)
419 * `aur-sync`
420   + add diagnostic for missing packages with `--continue`
421   + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
422   + add `--columns`
424 * `aur-view`
425   + add `--exclude`, `--prefix`
427 * `aur-format`
428   + new helper
430 * `aur-repo-parse`
431   + new helper
433 * `completion`
434   + support extending `zsh` completion for third party commands (#1016)
436 * `examples`
437   + add `view-delta` (requires: `bat`, `git-delta`)
438   + add `sync-asroot`
440 ## 10
442 * `aur`
443   + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
444   + add `--env`
446 * `aur-build`
447   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
448   + use `$PWD` as default value for `$LOGDEST`
449   + bug fixes for gpg signing (`--sign`)
451 * `aur-chroot`
452   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
454 * `aur-fetch`
455   + `--sync=auto`: run `git-merge` instead of `git-reset`
456     - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
457     - fix a bug where setting `aurutils.rebase` affected unrelated targets
458     - set default author for merge commits to `aurutils@localhost`
459   + `--sync=auto` now preserves local changes by default
460     - `--discard` (`-f`) resets the branch on new upstream commits
461   + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
462   + support multiple branches, with commits merged from `origin/master`
464 * `aur-pkglist`
465   + output is now independent of command-line argument order
466   + deprecate `-I`, `-S`, `-u`
467     - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
468   + deprecate `-J` (`--json`)
469     - behaves like `--plain`, remove pretty-printing with `jq`
470   + add `--systime`
472 * `aur-repo`
473   + `-q` now applies to `--list` and `--upgrades`
474   + add `--list-attr`
475   + deprecate `--status-file`
477 * `aur-search`
478   + add `--color` (`auto`, `always`, `none`)
480 * `aur-srcver`
481   + remove `-E`, `--env` (deprecated in v8)
483 * `aur-sync`
484   + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
485     - support for sections (introduced with v6.3) is removed (#880)
486     - <PACKAGE> ignores apply to all local repositories
487   + add `--rebase`, `--reset` options for `aur-fetch`
488   + exit 22 on dependency cycles (v7 regression)
489   + filter dependency graph by pkgname, not depends (v7 regression)
490   + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
492 * `completions`
493   + major overhaul of zsh completions (#990)
495 ## 9.6
497 * `aur-pkglist`
498   + add `AUR_METADEST` (directory where metadata archives are stored)
499   + add `--quiet`
501 * `aur-fetch`
502   + write `git-merge` to `results_file` if the command is run
504 ## 9.5
506 * `aur-build`
507   + add `--results-append`
508   + write results file as build user
510 * `aur-query`
511   + support `--type=suggest`
513 ## 9.4
515 * `aur-build`
516   + revert "retrieve local repository before setting --chroot paths"
518 ## 9.3
520 * `examples`
521   + rework `sync-list`
523 ## 9.2
525 * `aur-build`
526   + deprecate `--results`
527   + retrieve local repository before setting `--chroot` paths
528   + unset `PKGEXT` when using `--chroot`
530 * `aur-search`
531   + use OSC8 terminal hyperlinks (#849)
533 ## 9.1
535 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
536 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
537 effect when running `aur-build` as a regular user.
539 Usage:
541   $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
543 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
544 the root environment are preserved for user commands, similar to `runuser -c`.
545 Host builds using `makepkg --syncdeps` to install dependencies require further
546 configuration.
548 ┌──────────────────────────────────────────────────────────────────────────────┐
549 │ WARNING!                                                                     │
550 │                                                                              │
551 │ Running `aur-build` as root is experimental and disabled by default. If your │
552 │ install breaks, you get to keep both pieces.                                 │
553 └──────────────────────────────────────────────────────────────────────────────┘
555 ## 9
557 * `examples`
558   + add `chroot-batch`
560 * `lib`
561   + add `aur-build--pkglist`
563 * `aur-build`
564   + add `--dry-run`
565   + redirect `makepkg -od` output (`--pkgver`) to stderr
566   + sign existing packages (#967)
568 * `aur-fetch`
569   + add `--no-pager` to the `git log` command (#969)
570   + `--existing`: clone instead of skip targets if they exist
572 * `aur-sync`
573   + redirect `aur-fetch` output to stderr (#974)
575 ## 8.3
577 * `aur-fetch`
578   + add `--revision`
579   + add `--no-patch`
581 * `aur-repo`
582   + add `--field`
584 * `examples`
585   + add `vercmp-devel`, `sync-list`
586   + rename `aur-sync-devel` to `sync-devel`
588 ## 8.2
590 * `aur-srcver`
591   + add separator before first failed package
593 * `aur-fetch`
594   + handle empty `git` repositories (#959)
596 * `man7`
597   + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
599 ## 8.1
601 * `aur-srcver`
602   + fix directory to source the build script from (#958)
604 ## 8
606 * `aur-chroot`
608 The `aur-chroot` command-line was changed so that `--create`, `--build` and
609 `--update` can be used in a single command. Command-line arguments are now
610 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
611 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
612 available. As `aur-build --margs`, these take a comma-delimited string and
613 can be specified multiple times. (Issues: #950, #807)
615 The `--packagelist` command is now deprecated. The container path can be
616 retrieved with the `--path` option, e.g for use with `makepkg --config`.
618 * `aur-build`
619   + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
621 * `aur-srcver`
622   + add `--buildscript`
623   + deprecate `-E` / `--env`
624     - `get_full_version` from `libmakepkg` is now used after running `makepkg`
625   + take arguments from `stdin` if `-` is specified
627 * `aurvcs.7`
628   + run `aur-fetch` and `aur-view` before `aur-srcver`
629   + sample code remaned to `aur-sync-devel`
631 ## 7.2
633 * `aur-search`
634   + add `OptDepends` to `--info` output (#945)
635   + handle empty keywords in `--info` output (#946)
637 * `aur-depends`
638   + add `--optdepends` (#945)
640 * `aur-sync`
641   + add `--optdepends` (#945)
643 ## 7.1
645 * `aur-build`
646   + pass --nocheck to chroot (#942)
648 * `aur-sync`
649   + avoid off-by-one in ninja build summary (#940)
651 * `aur-query`
652   + do not abort if `-t` is unspecified (#938)
654 ## 7
656 This release adds optional support for the `ninja` build system. If the
657 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
658 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
659 command-line. This allows to continue building a series of packages when
660 several failed, with the maximum of failed targets controlled by the `-k` /
661 `--keep-going` option.  On failure, a summary of successful ("OK") and failed
662 ("FAIL") package builds is printed. The `--no-build` option in turn only
663 generates `build.ninja`, and prints the corresponding directory to `stdout`.
665 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
666 script. It can be used with other `aur` programs that output `pkgbase
667 depends_pkgbase` pairs, for example:
669   $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
671 When running `ninja` on the resulting file, each successfully built `pkgbase`
672 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
673 modified, it will be marked for rebuilding by `ninja`. This can for example be
674 used for a git repository which hosts multiple `PKGBUILD` directories.
676 ## 6.4
678 * `aur-depends`
679   - add `--graph`
680   - checkdepends are now removed during dependency resolution, not afterwards (#882)
682 ## 6.3
684 * `aur-sync`
685   - `--ignore-file` now supports per-repository sections (INI-style)
686   - do not ignore targets when specified on the command-line
688 ## 6.2
690 * `aur-pkglist`
691   - add `-v` / `--verify` (verifies published sha256sums)
693 * `aur-repo-filter`
694   - add repository to dependency messages ("dependency foo satisfied by repo/bar")
695   - deduplicate results on stdout
697 ## 6.1
699 * `aur-search`
700   - do not print additional messages on errors or no results
702 * `aur-query`
703   - add `-a` alias for `--any`
704   - add missing newline in case of errors (`jq -r`)
706 ## 6
708 In previous versions, `aur search` would display an intersection of search
709 results, the symmetric difference with `-a` (bug), and the concatenation with
710 `-r`. (#918)
712 `aur search -a` now correctly returns the union, and the `-r` output is
713 processed with jq(1) to return the intersection by default, or the union (with
714 duplicates removed) with `-a`. This processing is done because the RPC
715 interface as of aurweb 6.0.11 does not expose set operations, and so
716 `aur-search` performs one search for each argument. `aur search --json` was
717 added as an alias to `--raw`, and the latter option is now deprecated.
719 The implementation is done in `aur-query`, which now takes the intersection of
720 search results by default. The union can be taken with `aur query --any`, or
721 unprocessed results shown with `-r` or `--raw`. In each case, the output is
722 newline delimited (JSON Lines, `jq -r`). If the search completed without
723 results, `aur-query` will either exit with status 0 (if no request resulted in
724 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
725 resulted in an error).
727 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
728 been reduced to 500 after experiencing issues with a larger number of
729 arguments. Users looking to use `aur-query -t info` with a very large number
730 of arguments should instead consider `aur pkglist --info`.
731 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
733 ## 5
735 * `aur-srcver`
736   + add `-E` / `--env` (#898)
738 * `aur-query`
739   + support HTTP POST for info-type requests
740   + use `aurutils` user agent (`curl -A`)
742 * `aur-pkglist`
743   + use `aurutils` user agent (`curl -A`)
745 * `aur-repo-filter`
746   + add `--config` to set pacman configuration
748 ## 4.4
750 * `aur-sync`
751   + fix regressions with `--ignore` from 4.3 release
753 ## 4.3
755 * `aur-build`
756   + wordsplit MAKEPKG and PACMAN_AUTH
758 * `aur-sync`
759   + improve error handling
761 ## 4.2
763 * `aur-build`
764   + support PACMAN_AUTH environment variable for custom elevation command
766 * `aur-repo`
767   + improve error handling
768   + remove extraneous `--` on `--path` output
770 ## 4.1
772 * `aur-build`
773   + handle absolute paths in `--arg-file`
775 * `aur-pkglist`
776   + add `--users` (`-U`) to retrieve a list of AUR users
777   + update aur-pkglist(1) man page
779 * `aur-repo`
780   + fix formatting for `--table` and packages with no dependencies
782 ## 4
784 * `aur-build`
785   + add `--no-check` (`makepkg --nocheck`)
787 * `aur-search`
788   + add `--table`
790 * `aur-fetch`
791   + add compatibility options (`--recurse`)
793 * `aur-repo`
794   + add compatibility options (`--path`, `--path-list`, `--repo-list`)
795   + fix regression with `AUR_QUERY_PARALLEL`
797 * `aur-sync`
798   + add `--no-check` (short for `--no-checkdepends`)
799     - implies `aur-build --no-check`
800   + apply `--ignore` to local repository targets
801   + `--ignore-file` now works with process substitution (#880)
802   + remove `--no-depends`, `--no-makedepends`
804 ## 3.3.0
806 `aur-query` and `aur-fetch` now take arguments from the command-line
807 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
808 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
809 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
810 explicit `--recurse` option was removed.
812 The `-` argument propagates to `aur-depends` and `aur-search`
813 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
814 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
815 these commands.
817 ## 3.2.1
819 * `aur-query`
820   + support AUR_LOCATION
821   + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
822   + complete aur-query(1) man page
824 * `aur-pkglist`
825   + support multiinfo and search dumps (`--info`, `--search`)
826   + support HTTP Last-Modified
828 * `aur-fetch`
829   + add `--existing`
831 * `aur-view`
832   + new script that includes the package inspection logic from `aur-sync`
834 ## 3.2.0
836 * `aur-build`
837   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
838   + resolve path argument to `--results`
839   + use `aur repo --status` for repository selection
840     - allows specifying `--root` without `--database`
841   + print diagnostic if packages were not moved to local repository (#794)
842   + merge `--config` and `--pacman-conf` (#808, #824)
843   + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
844   + add diagnostic if chroot pacman.conf is non-existing (#783)
846 * `aur-depends`
847   + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
848   + add dependency kind column to `--table` output
850 * `aur-chroot`
851   + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
853 * `aur-repo`
854   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
855   + add `--status`
856     - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
857     - replaces `--path`
858   + rename `--repo-list` to `--list-repo`
859   + rename `--path-list` to `--list-path`
861 * `aur-repo-filter`
862   + run `pacsift` with `unbuffer` (#804)
864 * `aur-vercmp`
865   + remove colon from `checkupdates` and `equal_or_newer` format (#833)
867 ## 3.1.2 - 2020-11-09
869 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
870 subsituted in `aur`.
872 ## 3.1.1 - 2020-11-09
874 * `aur`
875   + add `--version`
877 ## 3.1.0 - 2020-11-09
879 * `aur`
880   + fix example `aur-remove` script (#785)
882 * `aur-build`
883   + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
884   + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
886 * `aur-chroot`
887   + add `--create`
888     - seperate mode which runs `mkarchroot` with packages taken from the command-line
889     - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
890     - `--update` no longer runs `mkarchroot`
891   + `--packagelist` now uses `makepkg.conf` inside the container
892   + add `Devtools limitations` section to `aur-chroot.1` (#782)
893   + add additional error messages for missing pacman configuration
895 * `aur-repo`
896   + add `--path-list`
897   + update man page for new arguments (#784)
898   + remove `--ini` (only offered pacman.conf information)
900 ## 3.0.3 - 2020-11-02
902 * fix broken `zsh` completion (#776)
903 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
905 ## 3.0.2 - 2020-10-30
907 * `aur-sync`
908   + add missing `--suffix` option (#773)
910 ## 3.0.1 - 2020-10-29
912 The commits:
914 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
915 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
917 were part of the 3.0.0 release tarball, but not the 3.0.0 tag. The 3.0.1 tag now includes these commits.
919 ## 3.0.0 - 2020-10-29
921 * `aur`
922   + add `AUR_EXEC_PATH` environment variable
923   + add example `aur-gc`, `aur-remove` scripts to `aur.1`
925 * `aur-build`
926   + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
927   + add mollyguard for running as the `root` user
928   + add `build:` prefix to `--results` output
929     - `build:file:///path/to/package.tar.xz`
930   + add `--new`, `--prevent-downgrade` (`repo-add` options)
931   + add `Running` message for all `makepkg` invocations
932   + replace `--build-command` with `--margs` and `$MAKEPKG`
933   + remove default `makepkg` arguments (#635)
934     - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
935     - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
936     - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
937     - make `-S` an alias for `--sign` (was: `-s`)
938   + use `--margs` to set makepkg options instead of EOF seperator (`--`)
939   + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
940   + use `makepkg --noextract` if `--pkgver` is specified (#708)
941   + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
942   + pass pacman.conf (`--config`) to `aur-repo` (#654)
943   + only remove intermediary package directory if empty (#602)
944   + remove `--delta`
945   + use `PKGDEST` instead of `makepkg.conf` to set package destination
947 * `aur-chroot`
948   + add `AUR_DEBUG` environment variable
949   + add `--packagelist`
950     - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
951   + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
952   + remove `--database`
953   + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
954     - `--suffix` to override `extra` in the default path
955     - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
957 * `aur-fetch`
958   + add `AUR_DEBUG`, `NO_COLOR` environment variables
959   + add `--results` (colon-delimited output)
960   + add `--sync`
961     - only run `git fetch` by default;
962     - run `git reset` if `--sync=reset` is specified;
963     - run `git rebase` if `--sync=rebase` is specified;
964     - run either `git reset` or `git rebase` if `--sync=auto` is specified
965   + exit `1` if `git clone` or `git fetch` failed
966   + remove support for `tar` archives
967   + remove diff output (`--log-dir`, `--verbose`, `--format`)
968     - diffs can be generated from the extended --results output (done in `aur-sync`)
969   + remove setting `orderfile` (done in `aur-sync`)
970   + use `git -C` for `git` calls
972 * `aur-jobs` (removed)
973   - remove script
975 * `aur-pkglist`
976   + add `AUR_DEBUG` environment variable
977   + use `curl` for transfers instead of `wget`
979 * `aur-rpc` (`aur-query`)
980   + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
981   + rename to `aur-query`
982   + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
983   + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
984   + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
985   + use `curl` for transfers instead of `wget`
986     - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
987     - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
988   + exit `1` if a transfer failed
990 * `aur-repo-filter`
991   + add `AUR_DEBUG` environment variable
992   + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
993   + use `pacinfo` for package information instead of `expac`
995 * `aur-repo`
996   + add `AUR_DEBUG` environment variable
997   + add `--config`
998   + add `--ini`
999   + add `--quiet`/`-q` (`aur-vercmp -q`)
1000   + add `--table`
1001   + add pacman configuration to `--status-format` (colon-delimited)
1002   + print fully resolved path to local repository
1003   + require `--path` to print the local repository path
1004   + remove `expac` dependency
1006 * `aur-search`
1007   + add `AUR_DEBUG`, `NO_COLOR` environment variables
1008   + unset `LC_ALL` when printing `Popularity`
1010 * `aur-srcver`
1011   + add `AUR_DEBUG` environment variable
1012   + add `--jobs`
1013   + do not use `makepkg --log`
1014   + remove `parallel` dependency
1016 * `aur-sync`
1017   + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
1018     - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
1019   + add `--rebuild-all`
1020   + add mollyguard for running as the `root` user
1021   + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
1022   + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
1023   + enable `--provides` by default
1024     - disable with `--no-provides`
1025     - specify repositories with `--provides-from` (comma-delimited)
1026   + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
1027   + remove `parallel` dependency
1028   + remove `AURDEST_SNAPSHOT` environment variable
1029   + remove `--git`, `--tar`
1030   + rename `--print` to `--no-build`/`-o`
1031   + rename `--no-ver-shallow` to `--no-ver-argv`
1032   + store commits viewed by the user (#379, #711)
1033   + use `aur-fetch --sync=auto`
1035 * `aur-vercmp`
1036   + add `AUR_DEBUG`, `NO_COLOR` environment variables
1038 * `Makefile`
1039   + allow overriding `AUR_LIB_DIR` at build time
1041 ## 2.3.7
1043 ## 2.3.6
1045 ## 2.3.5
1047 ## 2.3.4
1049 ## 2.3.3
1051 ## 2.3.2
1053 ## 2.3.1 - 2019-02-21
1055 * `aur-build`
1056   + add `--results`
1057 * `aur-sync`
1058   + documentation updates (#350, #507)
1059   + ask for confirmation if `PAGER` is set (#530)
1060 * `aur-repo-filter`
1061   + documentation updates (#438)
1063 ## 2.3.0 - 2019-02-18
1065 * `aur-build`
1066   + add `--holdver` to makepkg with `--pkgver`
1067   + exit 2 if `db_path` is not found
1068 * `aur-repo-filter`
1069   + support versioned packages (#404)
1070   + remove `--repo` alias to `--database`
1071 * `aur-srcver`
1072   + remove `--noprepare` from default makepkg options
1073   + add `--noprepare` option (#523)
1074 * `aur-sync`
1075   + wrap repo-add `-R` (#521)
1076   + add `--no-graph` (workaround for #516)
1077 * `aur-vercmp`
1078   + add `-q`/`--quiet`
1079   + rename `--equal` to `--current`
1080 * `completions`
1081   + group options by type (#520)
1082   + complete `aur-depends` options (#526)
1084 ## 2.2.1 - 2019-01-25
1086 * `aur-build`
1087   + add `--holdver` to `makepkg` options if `--pkgver` is enabled
1088 * `aur-repo`
1089   + do not include `repo:` in error messages
1090   + `--all` implies `--upgrades`
1091 * `aur-sync`
1092   + `cd` before invoking `$PAGER` (#518)
1093 * `aur-repo-filter`
1094   + if `stdin` is connected to a terminal, mention this on `stderr`
1095 * `aur-rpc`
1096   + if `stdin` is connected to a terminal, mention this on `stderr`
1097 * `aur-vercmp`
1098   + if `stdin` is connected to a terminal, mention this on `stderr`
1100 ## 2.2.0 - 2019-01-22
1102 * `aur`
1103   + update `CacheDir` instructions in `aur(1)`
1104 * `aur-build`
1105   + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
1106   + remove `~` package backup on `--force` (#444)
1107   + propagate `--pacman-conf` to `pacman-conf` (local builds)
1108   + unset `PKGDEST` prior to running `makepkg` (#513)
1109   + remove `--rmdeps` from default options (#508)
1110 * `aur-fetch`
1111   + expose AUR URL through `AUR_LOCATION` environment variable
1112 * `aur-pkglist`
1113   + do not require `-P` for regex match
1114   + Expose AUR URL through `AUR_LOCATION` environment variable
1115 * `aur-rpc`
1116   + add `--rpc-ver`, `--rpc-url`
1117   + Expose AUR URL through `AUR_LOCATION` environment variable
1118 * `aur-search`
1119   + exit 1 on no results
1120   + exit 2 on AUR error (e.g. "too many results")
1121   + Expose AUR URL through `AUR_LOCATION` environment variable
1122 * `aur-sync`
1123   + add `--pkgver` (`aur-build --pkgver`)
1124   + remove `--rmdeps` from default options (#508)
1125 * `completion`
1126   + allow `zsh run-help` to display the correct man page (#506)
1128 ## 2.1.0 - 2019-01-16
1130 * `aur-build` 
1131   + `--build-command` now works correctly
1132   + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
1133 * `aur-depends`
1134   + now takes input as arguments, instead from `stdin`
1135   + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
1136 * `aur-search`
1137   + add `--raw` to display JSON output
1138 * `aur-sync`
1139   + add `--ignore-file` (same as `aursync --ignore`)
1140   + check the (`.SRCINFO`) dependency graph before file inspection
1141 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
1143 ## 2.0.1 - 2019-01-11
1145 * `aur-build`
1146   + do not export PKGDEST for non-chroot builds (#498)                               
1147   + add --build-command (#498)
1148   + man page updates (#217)
1149 * `aur-sync`
1150   + add --keep-order for parallel aur-fetch
1152 ## 2.0.0 - 2019-01-10
1154 * `aur` *(new)*
1155   + wrapper for the new `git(1)` based design
1156 * `aur-build`
1157   + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
1158   + abort if updating a signed database without `-s` (#246)
1159   + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
1160   + add `--makepkg-conf`, `--pacman-conf` (#242)
1161   + use `pacman-conf` instead of `pacconf`
1162 * `aur-chroot` *(new)*
1163   + new tool containing the functionality of `aur-build -c`
1164   + support container builds without using a local repository
1165   + support multiple repositories
1166   + preserve `GNUPGHOME` (#427)
1167   + use `pacman-conf` instead of `pacconf`
1168 * `aur-fetch`
1169   + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
1170   + use `wget` instead of `aria2c` or `curl`
1171   + support diffs for `tar` snapshots (requires: `diffstat`)
1172 * `aur-graph`
1173   + rewrite in awk (#361)
1174   + add support for virtual and versioned dependencies (#10)
1175 * `aur-repo` *(new)*
1176   + manage local repositories
1177 * `aur-rpc` *(new)*
1178   + send `GET` requests to `aurweb`
1179   + use `wget` instead of `aria2c` or `curl`
1180 * `aur-search` 
1181   + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
1182   + add `depends`, `makedepends` search (#432)
1183   + add popularity to `brief` output (#420)
1184   + colorize if `stdout` is a terminal (#473)
1185   + use intersection of results for multiple terms (#328)
1186   + use `aur-rpc` to query `aurweb`
1187 * `aur-sync`
1188   + add `AUR_PAGER` environment variable (file review, #51)
1189   + add `--bind-rw` (#428)
1190   + add `--ignore-arch` (`makepkg -A`, #309)
1191   + add `--nover-shallow` (only check versions for depends, #374)
1192   + add `--provides` (virtual dependencies, #452)
1193   + add `--rebuild`, `--rebuildtree` aliases (#424)
1194   + rename `--repo` to `--database` (#353)
1195   + the `--ignore` option now takes a comma-separated list of packages
1196   + fetch sources in parallel
1197   + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
1198 * `aur-srcver` *(new)*
1199   + print latest revision of VCS packages
1200 * `aur-vercmp-devel` *(new)*
1201   + compare latest revision of VCS packages to a local repository
1202 * `officer` *(removed)*
1203   + removed in favor of `pacman --config`
1204 * `completion`
1205   + add `bash` completion (requires: `bash-completion`)
1206   + add `zsh` completion in a later release (#458)
1207 * Fixes for known issues in `1.5.3`.