aurutils: v19.8
[aurutils.git] / makepkg / aurutils.changelog
blobbdae95b0d31f4f99e383e3a9173e1b4dbc9364bf
1 ## 19.7
3 * `perl`
4   + `AUR::Depends`: revert broken refactoring (#1166)
6 ## 19.6
8 * `aur-graph`
9   + add `REVERSE`
11 * `aur-sync`
12   + fix `--optdepends` dependency order (#1164)
14 * `aur-view`
15   + diff from `/dev/null` on invalid revision (#1162)
17 * `perl`
18   + `AUR::Depends`: warn about targets that are not found (#1165)
20 ## 19.5
22 * `aur-repo`
23   + print `[]` for no matches with `-Js` (#1153)
25 * `aur-repo-parse`
26   + do not emit repo filename suffix for `Repository` key (#1158)
28 * `man1`
29   + `ccache` with `aur-chroot` needs `--bind-rw` (#1156)
31 ## 19.4
33 * `aur-sync`
34   + add error if `aur-build --status` fails
36 * `aur-build`
37   + add error if `aur-repo --status` or `aur-chroot --status` fails
39 * `perl`
40   + `AUR::Repo`: add `parse_db_file()`
42 ## 19.3
44 * Revert 19.2
46 ## 19.2
48 * `aur-chroot`
49   + add diagnostic when devtools is not installed
51 ## 19.1
53 * `aur-sync`
54   + pass `--root` to `aur-build` (#1148, #1149)
56 ## 19
58 * `aur-build`
59   + add `--cleanbuild`
60   + do not shell quote `--status` paths
61   + early check for buildscript
63 * `aur-chroot`
64   + do not shell quote `--status` paths
66 * `aur-depends`
67   + only include `Self` targets for command-line arguments (`--table`, #1136)
68   + verify dependency version requirements (`--verify`)
70 * `aur-graph`
71   + prevent unwanted matches in certain URLs (#1134)
73 * `aur-repo`
74   + add `-m` / `--missing`
75   + add `--ignore`, `--ignore-by`
76   + do not shell quote `--status` paths
77   + fix invalid output with `--json --search` (#1126)
79 * `aur-sync`
80   + document `aur-view` options
81   + detect local repositories with `--chroot` configuration (#1135)
82   + add `--clean` / `-C`, `--cleanbuild`
83     - default build command changed to `aur build --syncdeps`
85 * `aur(1)`
86   + use `git-clean -ixd` to clean directories with `aur-gc`
88 * `perl`
89   + add `Depends.pm`, `Repo.pm`
91 ## 18.5
93 * `aur-repo`
94   + prefix pacman.conf in error messages (#1118)
96 * `aur-build`
97   + propagate `--pacman-conf` to local repository upgrade
99 ## 18.4
101 * `aur-repo`
102   + fix incomplete output with `--search` (`--json`, #1120)
104 ## 18.3
106 * `aur-build--pkglist`
107   + do not source `PKGBUILD` in `$PATH` (#1115)
109 * `aur-repo`
110   + use pacman `DBPath` as `root` (`--sync`)
112 * `aur-depends`
113   + skip lines with equal `pkgbase` (`--pkgbase`)
115 ## 18.2
117 * `aur-repo`
118   + do not require `file://` path for specified repository (#1113)
120 * `aur-depends`
121   + fix regression introduced in v18 (#1112)
123 * `aur-build`
124   + fix `--temp` (#1111)
126 ## 18.1
128 * `aur-chroot`
129   + remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18
131 ## 18
133 * `aur-build`
134   + add `--dbext`
135   + shell escape file paths in diagnostics
137 * `aur-chroot`
138   + take file paths in `/etc/aurutils` into account
139   + add `--build` options (`-A`, `--nocheck`, `--namcap`, `--checkpkg`, `--temp`, `--user`)
140   + add `--status`
141     + `--path` is now deprecated
142   + `--suffix` no longer defaults to `extra`
144 * `aur-depends`
145   + `RequiredBy` is now a flat dictionary (`--json`, `--jsonl`)
147 * `aur-fetch`
148   + only run git-rebase/merge on new upstream commits
150 * `aur-repo`
151   + shell escape printed file paths
152   + add `--dbext`
153   + require a configured pacman repository (`--database`)
155 ## 17.3
157 * `aur-build`
158   + use `printf` instead of `warning` (#1101)
160 ## 17.2
162 * `aur-sync`
163   + remove repository write check
165 * `examples`
166   + rename `sync-rebuild --vcs` to `--pkgver`
168 ## 17.1
170 * `examples`
171   + add `--vcs` for `sync-rebuild`
173 ## 17
175 * `aur-sync`
176   + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
178 * `examples`
179   + remove `python-pyxdg` dependency (#1096)
180   + fixes for `sync-rebuild` (#1096)
182 ## 16.5
184 * `examples`
185   + add `--chroot`, `--user` for `sync-rebuild`
187 ## 16.4
189 * `aur-repo-parse`
190   + improve `Repository` field
191   + check database extension
193 * `examples`
194   + add AUR dependency resolution for `sync-rebuild`
196 ## 16.3
197 * `aur-sync`
198   + only print queue with `--no-build` to standard output
200 ## 16.2
202 * `aur-sync`
203   + `--save` now applies when building packages
205 ## 16.1
207 * `examples`
208   + fixes for `sync-rebuild`
210 ## 16
212 * `aur-repo`
213   + `--status` is now the default
214   + add `Repository` to `--json` / `--jsonl` output
216 * `aur-format`
217   + add `%R` format option
219 * `perl`
220   + `write_json()` now returns a string
222 * `aur`
223   `--env` now prints `PERL5LIB`
225 ## 15.7
227 * `aur-repo`
228   + add `--search`, `--search-by` (#1057)
230 * `aur-sync`
231   + `--save`: do not use `/dev/stdout` (#1083)
233 ## 15.6
235 * `examples`
236   + remove `AUR_EXEC_PATH` from `sync-asroot` [fixup]
238 ## 15.5
240 * `aur-build`
241   + support makepkg configuration in `/etc/aurutils` (#1076)
243 * `aur-depends`
244   + add `--jsonl`
246 ## 15.4
248 * `aur-sync`
249   + add `--save`
251 * `examples`
252   + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
253   + `sync-rebuild` python rewrite
255 ## 15.3
257 * `aur-pkglist`, `aur-view`, `aur-search`
258   + prefix errors with command name
260 ## 15.2
262 * `aur-chroot`
263   + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
265 ## 15.1
267 * `aur-pkglist`
268   + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
270 ## 15
272 * `aur-repo`
273   + add `--format` (`-f`), `--delim`
275 * `aur-format`
276   + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
278 * `aur-pkglist`
279   + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
280   + update documentation
282 * `examples`
283   + `sync-rebuild` now respects package `epoch`
285 ## 14.1
287 * `aur-sync`
288   + fix exit codes for `tsort`, `aur-repo-parse`
290 ## 14
292 * `aur-depends`
293   + add `Self` dependency for every target (#1065)
295 * `aur-sync`
296   + `--rebuild-tree` now implies `--no-provides` (#1068)
297   + add `--no-sync` (`aur-build --no-sync`) (#1064)
299 ## 13.8
301 * `aur-depends`
302   + add `--show-all` (alias for `--all`)
303   + prune virtual targets with `--all`
305 ## 13.7
307 * `aur-depends`
308   + fix regression in 13.6
310 ## 13.6
312 * `aur-depends`
313   + fix output when non-AUR targets are specified on the command-line (#1062)
315 ## 13.5
317 * `aur-build`
318   + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
320 ## 13.4
322 * `aur-fetch`
323   + exit 0 on empty stdin (`-`, `/dev/stdin`)
325 * `aur-depends`
326   + exit 0 on empty stdin (`-`, `/dev/stdin`)
328 * `aur-query`
329   + exit 0 on empty stdin (`-`, `/dev/stdin`)
331 * `aur-view`
332   + evaluate `AUR_CONFIRM_PAGER`
334 ## 13.3
336 * `Makefile`
337   + correctly install to `AUR_LIB_DIR`
339 * `aur-build`
340   + get local repository state before `--chroot` configuration
342 * `aur-graph`
343   + add `PRINTALL`
345 * `aur.1`
346   + fixes for `aur-format`
348 ## 13.2
350 * `build--pkglist`
351   + set `pkgname` as fallback for `pkgbase` (#1058)
353 ## 13.1
355 * `aur-fetch`
356   + fix regression for `aur-fetch--mirror`
358 ## 13
360 * `aur-build`
361   + add `--null` (`-z`)
362   + add `AUR_BUILD_PKGLIST` environment variable
364 * `aur-build--pkglist`
365   + remove `--user` (`-U`)
366   + only run as root with `AUR_ASROOT` set
368 * `aur-depends`
369   + add `--assume-installed`
371 * `aur-srcver`
372   + accept arbitrary source directories as arguments
373   + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
374   + add `AUR_MAKEPKG` environment variable
375   + only run as root with `AUR_ASROOT` set
376   + exit 1 if any `makepkg` job failed
378 * `aur-sync`
379   + `--ignore` now removes dependencies of ignored targets
381 * `examples`
382   + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
384 ## 12.1
386 * `AUR.pm`
387   + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
389 * `aur-depends`
390   + documentation updates
392 ## 12
394 * `aur-build`
395   + merge helper `aur-build--sync` back to `aur-build`
396   + avoid errors with PKGBUILDs that fail to source with `set -e`
398 * `aur-repo-filter`
399   + `unbuffer` is now optional (#1052)
401 * `aur-view`
402   + use null seperated lists as input to vifm(1)
404 * `examples`
405   + add `sync-rebuild`
407 * `lib`
408   + unset `CDPATH` where needed
409   + use `getopt` instead of `parseopts.sh` from libmakepkg
411 * `man1`
412   + documentation updates
414 ## 11
416 * `aur-build`
417   + add `aur-build--sync` helper for local repository upgrades
418     - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
419     - local repository upgrades are now unaffected by `--pacman-conf`
420   + add `exist:` to `--results` output
421     - remove `--dry-run`
422   + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
423   + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
424   + replace experimental `AUR_ASROOT` functionality (#1023)
425     - add `examples/sync-asroot`
426     - add `--user` to `aur-build--pkglist`
427     - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
429 * `aur-chroot`
430   + remove `--packagelist` (deprecated in v8)
431   + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
433 * `aur-depends`
434   + perl rewrite
435   + add `--json`, `--reverse`
436   + take provides on the command-line into account (#837)
437     - add `--no-provides`
438   + default output changed to `--graph --pkgbase`
439     - ordered output with `aur-depends --reverse | tsort`
441 * `aur-fetch`
442   + add `aur-fetch--mirror` helper for `aur.git` mirrors
443     - defaults to `github.com/archlinux/aur`
444     - enable with `AUR_FETCH_USE_MIRROR=1`
445   + run flock(1) when modifying existing repositories
446   + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
448 * `aur-graph`
449   + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
450     - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
451     - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
453 * `aur-repo`
454   + add `--json`, `--jsonl`
456 * `aur-query`
457   + perl rewrite
458   + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
459   + set operations (union, intersection) are moved to `aur-search`
460     - remove `--any`, `--exit-if-empty`
461     - `--raw` is noop
462   + remove `--dump-curl-config`
463     - print command-lines with `AUR_DEBUG=1`
464   + `-t` / `--type` is now a required parameter
466 * `aur-search`
467   + perl rewrite
468   + add `--reverse`
469     - `-r` is now an alias to `--reverse`
470   + add `--submitter`, `--provides`, `--conflicts`, `--replaces`, 
471     `--keywords`, `--comaintainers`
472   + exit 4 on AUR response errors such as `query too small` (was: exit 2)
474 * `aur-sync`
475   + add diagnostic for missing packages with `--continue`
476   + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
477   + add `--columns`
479 * `aur-view`
480   + add `--exclude`, `--prefix`
482 * `aur-format`
483   + new helper
485 * `aur-repo-parse`
486   + new helper
488 * `completion`
489   + support extending `zsh` completion for third party commands (#1016)
491 * `examples`
492   + add `view-delta` (requires: `bat`, `git-delta`)
493   + add `sync-asroot`
495 ## 10
497 * `aur`
498   + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
499   + add `--env`
501 * `aur-build`
502   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
503   + use `$PWD` as default value for `$LOGDEST`
504   + bug fixes for gpg signing (`--sign`)
506 * `aur-chroot`
507   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
509 * `aur-fetch`
510   + `--sync=auto`: run `git-merge` instead of `git-reset`
511     - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
512     - fix a bug where setting `aurutils.rebase` affected unrelated targets
513     - set default author for merge commits to `aurutils@localhost`
514   + `--sync=auto` now preserves local changes by default
515     - `--discard` (`-f`) resets the branch on new upstream commits
516   + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
517   + support multiple branches, with commits merged from `origin/master`
519 * `aur-pkglist`
520   + output is now independent of command-line argument order
521   + deprecate `-I`, `-S`, `-u`
522     - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
523   + deprecate `-J` (`--json`)
524     - behaves like `--plain`, remove pretty-printing with `jq`
525   + add `--systime`
527 * `aur-repo`
528   + `-q` now applies to `--list` and `--upgrades`
529   + add `--list-attr`
530   + deprecate `--status-file`
532 * `aur-search`
533   + add `--color` (`auto`, `always`, `none`)
535 * `aur-srcver`
536   + remove `-E`, `--env` (deprecated in v8)
538 * `aur-sync`
539   + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
540     - support for sections (introduced with v6.3) is removed (#880)
541     - <PACKAGE> ignores apply to all local repositories
542   + add `--rebase`, `--reset` options for `aur-fetch`
543   + exit 22 on dependency cycles (v7 regression)
544   + filter dependency graph by pkgname, not depends (v7 regression)
545   + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
547 * `completions`
548   + major overhaul of zsh completions (#990)
550 ## 9.6
552 * `aur-pkglist`
553   + add `AUR_METADEST` (directory where metadata archives are stored)
554   + add `--quiet`
556 * `aur-fetch`
557   + write `git-merge` to `results_file` if the command is run
559 ## 9.5
561 * `aur-build`
562   + add `--results-append`
563   + write results file as build user
565 * `aur-query`
566   + support `--type=suggest`
568 ## 9.4
570 * `aur-build`
571   + revert "retrieve local repository before setting --chroot paths"
573 ## 9.3
575 * `examples`
576   + rework `sync-list`
578 ## 9.2
580 * `aur-build`
581   + deprecate `--results`
582   + retrieve local repository before setting `--chroot` paths
583   + unset `PKGEXT` when using `--chroot`
585 * `aur-search`
586   + use OSC8 terminal hyperlinks (#849)
588 ## 9.1
590 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
591 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
592 effect when running `aur-build` as a regular user.
594 Usage:
596   $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
598 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
599 the root environment are preserved for user commands, similar to `runuser -c`.
600 Host builds using `makepkg --syncdeps` to install dependencies require further
601 configuration.
603 ┌──────────────────────────────────────────────────────────────────────────────┐
604 │ WARNING!                                                                     │
605 │                                                                              │
606 │ Running `aur-build` as root is experimental and disabled by default. If your │
607 │ install breaks, you get to keep both pieces.                                 │
608 └──────────────────────────────────────────────────────────────────────────────┘
610 ## 9
612 * `examples`
613   + add `chroot-batch`
615 * `lib`
616   + add `aur-build--pkglist`
618 * `aur-build`
619   + add `--dry-run`
620   + redirect `makepkg -od` output (`--pkgver`) to stderr
621   + sign existing packages (#967)
623 * `aur-fetch`
624   + add `--no-pager` to the `git log` command (#969)
625   + `--existing`: clone instead of skip targets if they exist
627 * `aur-sync`
628   + redirect `aur-fetch` output to stderr (#974)
630 ## 8.3
632 * `aur-fetch`
633   + add `--revision`
634   + add `--no-patch`
636 * `aur-repo`
637   + add `--field`
639 * `examples`
640   + add `vercmp-devel`, `sync-list`
641   + rename `aur-sync-devel` to `sync-devel`
643 ## 8.2
645 * `aur-srcver`
646   + add separator before first failed package
648 * `aur-fetch`
649   + handle empty `git` repositories (#959)
651 * `man7`
652   + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
654 ## 8.1
656 * `aur-srcver`
657   + fix directory to source the build script from (#958)
659 ## 8
661 * `aur-chroot`
663 The `aur-chroot` command-line was changed so that `--create`, `--build` and
664 `--update` can be used in a single command. Command-line arguments are now
665 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
666 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
667 available. As `aur-build --margs`, these take a comma-delimited string and
668 can be specified multiple times. (Issues: #950, #807)
670 The `--packagelist` command is now deprecated. The container path can be
671 retrieved with the `--path` option, e.g for use with `makepkg --config`.
673 * `aur-build`
674   + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
676 * `aur-srcver`
677   + add `--buildscript`
678   + deprecate `-E` / `--env`
679     - `get_full_version` from `libmakepkg` is now used after running `makepkg`
680   + take arguments from `stdin` if `-` is specified
682 * `aurvcs.7`
683   + run `aur-fetch` and `aur-view` before `aur-srcver`
684   + sample code remaned to `aur-sync-devel`
686 ## 7.2
688 * `aur-search`
689   + add `OptDepends` to `--info` output (#945)
690   + handle empty keywords in `--info` output (#946)
692 * `aur-depends`
693   + add `--optdepends` (#945)
695 * `aur-sync`
696   + add `--optdepends` (#945)
698 ## 7.1
700 * `aur-build`
701   + pass --nocheck to chroot (#942)
703 * `aur-sync`
704   + avoid off-by-one in ninja build summary (#940)
706 * `aur-query`
707   + do not abort if `-t` is unspecified (#938)
709 ## 7
711 This release adds optional support for the `ninja` build system. If the
712 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
713 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
714 command-line. This allows to continue building a series of packages when
715 several failed, with the maximum of failed targets controlled by the `-k` /
716 `--keep-going` option.  On failure, a summary of successful ("OK") and failed
717 ("FAIL") package builds is printed. The `--no-build` option in turn only
718 generates `build.ninja`, and prints the corresponding directory to `stdout`.
720 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
721 script. It can be used with other `aur` programs that output `pkgbase
722 depends_pkgbase` pairs, for example:
724   $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
726 When running `ninja` on the resulting file, each successfully built `pkgbase`
727 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
728 modified, it will be marked for rebuilding by `ninja`. This can for example be
729 used for a git repository which hosts multiple `PKGBUILD` directories.
731 ## 6.4
733 * `aur-depends`
734   - add `--graph`
735   - checkdepends are now removed during dependency resolution, not afterwards (#882)
737 ## 6.3
739 * `aur-sync`
740   - `--ignore-file` now supports per-repository sections (INI-style)
741   - do not ignore targets when specified on the command-line
743 ## 6.2
745 * `aur-pkglist`
746   - add `-v` / `--verify` (verifies published sha256sums)
748 * `aur-repo-filter`
749   - add repository to dependency messages ("dependency foo satisfied by repo/bar")
750   - deduplicate results on stdout
752 ## 6.1
754 * `aur-search`
755   - do not print additional messages on errors or no results
757 * `aur-query`
758   - add `-a` alias for `--any`
759   - add missing newline in case of errors (`jq -r`)
761 ## 6
763 In previous versions, `aur search` would display an intersection of search
764 results, the symmetric difference with `-a` (bug), and the concatenation with
765 `-r`. (#918)
767 `aur search -a` now correctly returns the union, and the `-r` output is
768 processed with jq(1) to return the intersection by default, or the union (with
769 duplicates removed) with `-a`. This processing is done because the RPC
770 interface as of aurweb 6.0.11 does not expose set operations, and so
771 `aur-search` performs one search for each argument. `aur search --json` was
772 added as an alias to `--raw`, and the latter option is now deprecated.
774 The implementation is done in `aur-query`, which now takes the intersection of
775 search results by default. The union can be taken with `aur query --any`, or
776 unprocessed results shown with `-r` or `--raw`. In each case, the output is
777 newline delimited (JSON Lines, `jq -r`). If the search completed without
778 results, `aur-query` will either exit with status 0 (if no request resulted in
779 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
780 resulted in an error).
782 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
783 been reduced to 500 after experiencing issues with a larger number of
784 arguments. Users looking to use `aur-query -t info` with a very large number
785 of arguments should instead consider `aur pkglist --info`.
786 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
788 ## 5
790 * `aur-srcver`
791   + add `-E` / `--env` (#898)
793 * `aur-query`
794   + support HTTP POST for info-type requests
795   + use `aurutils` user agent (`curl -A`)
797 * `aur-pkglist`
798   + use `aurutils` user agent (`curl -A`)
800 * `aur-repo-filter`
801   + add `--config` to set pacman configuration
803 ## 4.4
805 * `aur-sync`
806   + fix regressions with `--ignore` from 4.3 release
808 ## 4.3
810 * `aur-build`
811   + wordsplit MAKEPKG and PACMAN_AUTH
813 * `aur-sync`
814   + improve error handling
816 ## 4.2
818 * `aur-build`
819   + support PACMAN_AUTH environment variable for custom elevation command
821 * `aur-repo`
822   + improve error handling
823   + remove extraneous `--` on `--path` output
825 ## 4.1
827 * `aur-build`
828   + handle absolute paths in `--arg-file`
830 * `aur-pkglist`
831   + add `--users` (`-U`) to retrieve a list of AUR users
832   + update aur-pkglist(1) man page
834 * `aur-repo`
835   + fix formatting for `--table` and packages with no dependencies
837 ## 4
839 * `aur-build`
840   + add `--no-check` (`makepkg --nocheck`)
842 * `aur-search`
843   + add `--table`
845 * `aur-fetch`
846   + add compatibility options (`--recurse`)
848 * `aur-repo`
849   + add compatibility options (`--path`, `--path-list`, `--repo-list`)
850   + fix regression with `AUR_QUERY_PARALLEL`
852 * `aur-sync`
853   + add `--no-check` (short for `--no-checkdepends`)
854     - implies `aur-build --no-check`
855   + apply `--ignore` to local repository targets
856   + `--ignore-file` now works with process substitution (#880)
857   + remove `--no-depends`, `--no-makedepends`
859 ## 3.3.0
861 `aur-query` and `aur-fetch` now take arguments from the command-line
862 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
863 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
864 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
865 explicit `--recurse` option was removed.
867 The `-` argument propagates to `aur-depends` and `aur-search`
868 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
869 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
870 these commands.
872 ## 3.2.1
874 * `aur-query`
875   + support AUR_LOCATION
876   + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
877   + complete aur-query(1) man page
879 * `aur-pkglist`
880   + support multiinfo and search dumps (`--info`, `--search`)
881   + support HTTP Last-Modified
883 * `aur-fetch`
884   + add `--existing`
886 * `aur-view`
887   + new script that includes the package inspection logic from `aur-sync`
889 ## 3.2.0
891 * `aur-build`
892   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
893   + resolve path argument to `--results`
894   + use `aur repo --status` for repository selection
895     - allows specifying `--root` without `--database`
896   + print diagnostic if packages were not moved to local repository (#794)
897   + merge `--config` and `--pacman-conf` (#808, #824)
898   + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
899   + add diagnostic if chroot pacman.conf is non-existing (#783)
901 * `aur-depends`
902   + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
903   + add dependency kind column to `--table` output
905 * `aur-chroot`
906   + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
908 * `aur-repo`
909   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
910   + add `--status`
911     - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
912     - replaces `--path`
913   + rename `--repo-list` to `--list-repo`
914   + rename `--path-list` to `--list-path`
916 * `aur-repo-filter`
917   + run `pacsift` with `unbuffer` (#804)
919 * `aur-vercmp`
920   + remove colon from `checkupdates` and `equal_or_newer` format (#833)
922 ## 3.1.2 - 2020-11-09
924 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
925 subsituted in `aur`.
927 ## 3.1.1 - 2020-11-09
929 * `aur`
930   + add `--version`
932 ## 3.1.0 - 2020-11-09
934 * `aur`
935   + fix example `aur-remove` script (#785)
937 * `aur-build`
938   + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
939   + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
941 * `aur-chroot`
942   + add `--create`
943     - seperate mode which runs `mkarchroot` with packages taken from the command-line
944     - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
945     - `--update` no longer runs `mkarchroot`
946   + `--packagelist` now uses `makepkg.conf` inside the container
947   + add `Devtools limitations` section to `aur-chroot.1` (#782)
948   + add additional error messages for missing pacman configuration
950 * `aur-repo`
951   + add `--path-list`
952   + update man page for new arguments (#784)
953   + remove `--ini` (only offered pacman.conf information)
955 ## 3.0.3 - 2020-11-02
957 * fix broken `zsh` completion (#776)
958 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
960 ## 3.0.2 - 2020-10-30
962 * `aur-sync`
963   + add missing `--suffix` option (#773)
965 ## 3.0.1 - 2020-10-29
967 The commits:
969 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
970 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
972 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.
974 ## 3.0.0 - 2020-10-29
976 * `aur`
977   + add `AUR_EXEC_PATH` environment variable
978   + add example `aur-gc`, `aur-remove` scripts to `aur.1`
980 * `aur-build`
981   + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
982   + add mollyguard for running as the `root` user
983   + add `build:` prefix to `--results` output
984     - `build:file:///path/to/package.tar.xz`
985   + add `--new`, `--prevent-downgrade` (`repo-add` options)
986   + add `Running` message for all `makepkg` invocations
987   + replace `--build-command` with `--margs` and `$MAKEPKG`
988   + remove default `makepkg` arguments (#635)
989     - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
990     - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
991     - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
992     - make `-S` an alias for `--sign` (was: `-s`)
993   + use `--margs` to set makepkg options instead of EOF seperator (`--`)
994   + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
995   + use `makepkg --noextract` if `--pkgver` is specified (#708)
996   + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
997   + pass pacman.conf (`--config`) to `aur-repo` (#654)
998   + only remove intermediary package directory if empty (#602)
999   + remove `--delta`
1000   + use `PKGDEST` instead of `makepkg.conf` to set package destination
1002 * `aur-chroot`
1003   + add `AUR_DEBUG` environment variable
1004   + add `--packagelist`
1005     - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
1006   + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
1007   + remove `--database`
1008   + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
1009     - `--suffix` to override `extra` in the default path
1010     - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
1012 * `aur-fetch`
1013   + add `AUR_DEBUG`, `NO_COLOR` environment variables
1014   + add `--results` (colon-delimited output)
1015   + add `--sync`
1016     - only run `git fetch` by default;
1017     - run `git reset` if `--sync=reset` is specified;
1018     - run `git rebase` if `--sync=rebase` is specified;
1019     - run either `git reset` or `git rebase` if `--sync=auto` is specified
1020   + exit `1` if `git clone` or `git fetch` failed
1021   + remove support for `tar` archives
1022   + remove diff output (`--log-dir`, `--verbose`, `--format`)
1023     - diffs can be generated from the extended --results output (done in `aur-sync`)
1024   + remove setting `orderfile` (done in `aur-sync`)
1025   + use `git -C` for `git` calls
1027 * `aur-jobs` (removed)
1028   - remove script
1030 * `aur-pkglist`
1031   + add `AUR_DEBUG` environment variable
1032   + use `curl` for transfers instead of `wget`
1034 * `aur-rpc` (`aur-query`)
1035   + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
1036   + rename to `aur-query`
1037   + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
1038   + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
1039   + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
1040   + use `curl` for transfers instead of `wget`
1041     - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
1042     - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
1043   + exit `1` if a transfer failed
1045 * `aur-repo-filter`
1046   + add `AUR_DEBUG` environment variable
1047   + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
1048   + use `pacinfo` for package information instead of `expac`
1050 * `aur-repo`
1051   + add `AUR_DEBUG` environment variable
1052   + add `--config`
1053   + add `--ini`
1054   + add `--quiet`/`-q` (`aur-vercmp -q`)
1055   + add `--table`
1056   + add pacman configuration to `--status-format` (colon-delimited)
1057   + print fully resolved path to local repository
1058   + require `--path` to print the local repository path
1059   + remove `expac` dependency
1061 * `aur-search`
1062   + add `AUR_DEBUG`, `NO_COLOR` environment variables
1063   + unset `LC_ALL` when printing `Popularity`
1065 * `aur-srcver`
1066   + add `AUR_DEBUG` environment variable
1067   + add `--jobs`
1068   + do not use `makepkg --log`
1069   + remove `parallel` dependency
1071 * `aur-sync`
1072   + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
1073     - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
1074   + add `--rebuild-all`
1075   + add mollyguard for running as the `root` user
1076   + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
1077   + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
1078   + enable `--provides` by default
1079     - disable with `--no-provides`
1080     - specify repositories with `--provides-from` (comma-delimited)
1081   + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
1082   + remove `parallel` dependency
1083   + remove `AURDEST_SNAPSHOT` environment variable
1084   + remove `--git`, `--tar`
1085   + rename `--print` to `--no-build`/`-o`
1086   + rename `--no-ver-shallow` to `--no-ver-argv`
1087   + store commits viewed by the user (#379, #711)
1088   + use `aur-fetch --sync=auto`
1090 * `aur-vercmp`
1091   + add `AUR_DEBUG`, `NO_COLOR` environment variables
1093 * `Makefile`
1094   + allow overriding `AUR_LIB_DIR` at build time
1096 ## 2.3.7
1098 ## 2.3.6
1100 ## 2.3.5
1102 ## 2.3.4
1104 ## 2.3.3
1106 ## 2.3.2
1108 ## 2.3.1 - 2019-02-21
1110 * `aur-build`
1111   + add `--results`
1112 * `aur-sync`
1113   + documentation updates (#350, #507)
1114   + ask for confirmation if `PAGER` is set (#530)
1115 * `aur-repo-filter`
1116   + documentation updates (#438)
1118 ## 2.3.0 - 2019-02-18
1120 * `aur-build`
1121   + add `--holdver` to makepkg with `--pkgver`
1122   + exit 2 if `db_path` is not found
1123 * `aur-repo-filter`
1124   + support versioned packages (#404)
1125   + remove `--repo` alias to `--database`
1126 * `aur-srcver`
1127   + remove `--noprepare` from default makepkg options
1128   + add `--noprepare` option (#523)
1129 * `aur-sync`
1130   + wrap repo-add `-R` (#521)
1131   + add `--no-graph` (workaround for #516)
1132 * `aur-vercmp`
1133   + add `-q`/`--quiet`
1134   + rename `--equal` to `--current`
1135 * `completions`
1136   + group options by type (#520)
1137   + complete `aur-depends` options (#526)
1139 ## 2.2.1 - 2019-01-25
1141 * `aur-build`
1142   + add `--holdver` to `makepkg` options if `--pkgver` is enabled
1143 * `aur-repo`
1144   + do not include `repo:` in error messages
1145   + `--all` implies `--upgrades`
1146 * `aur-sync`
1147   + `cd` before invoking `$PAGER` (#518)
1148 * `aur-repo-filter`
1149   + if `stdin` is connected to a terminal, mention this on `stderr`
1150 * `aur-rpc`
1151   + if `stdin` is connected to a terminal, mention this on `stderr`
1152 * `aur-vercmp`
1153   + if `stdin` is connected to a terminal, mention this on `stderr`
1155 ## 2.2.0 - 2019-01-22
1157 * `aur`
1158   + update `CacheDir` instructions in `aur(1)`
1159 * `aur-build`
1160   + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
1161   + remove `~` package backup on `--force` (#444)
1162   + propagate `--pacman-conf` to `pacman-conf` (local builds)
1163   + unset `PKGDEST` prior to running `makepkg` (#513)
1164   + remove `--rmdeps` from default options (#508)
1165 * `aur-fetch`
1166   + expose AUR URL through `AUR_LOCATION` environment variable
1167 * `aur-pkglist`
1168   + do not require `-P` for regex match
1169   + Expose AUR URL through `AUR_LOCATION` environment variable
1170 * `aur-rpc`
1171   + add `--rpc-ver`, `--rpc-url`
1172   + Expose AUR URL through `AUR_LOCATION` environment variable
1173 * `aur-search`
1174   + exit 1 on no results
1175   + exit 2 on AUR error (e.g. "too many results")
1176   + Expose AUR URL through `AUR_LOCATION` environment variable
1177 * `aur-sync`
1178   + add `--pkgver` (`aur-build --pkgver`)
1179   + remove `--rmdeps` from default options (#508)
1180 * `completion`
1181   + allow `zsh run-help` to display the correct man page (#506)
1183 ## 2.1.0 - 2019-01-16
1185 * `aur-build` 
1186   + `--build-command` now works correctly
1187   + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
1188 * `aur-depends`
1189   + now takes input as arguments, instead from `stdin`
1190   + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
1191 * `aur-search`
1192   + add `--raw` to display JSON output
1193 * `aur-sync`
1194   + add `--ignore-file` (same as `aursync --ignore`)
1195   + check the (`.SRCINFO`) dependency graph before file inspection
1196 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
1198 ## 2.0.1 - 2019-01-11
1200 * `aur-build`
1201   + do not export PKGDEST for non-chroot builds (#498)                               
1202   + add --build-command (#498)
1203   + man page updates (#217)
1204 * `aur-sync`
1205   + add --keep-order for parallel aur-fetch
1207 ## 2.0.0 - 2019-01-10
1209 * `aur` *(new)*
1210   + wrapper for the new `git(1)` based design
1211 * `aur-build`
1212   + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
1213   + abort if updating a signed database without `-s` (#246)
1214   + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
1215   + add `--makepkg-conf`, `--pacman-conf` (#242)
1216   + use `pacman-conf` instead of `pacconf`
1217 * `aur-chroot` *(new)*
1218   + new tool containing the functionality of `aur-build -c`
1219   + support container builds without using a local repository
1220   + support multiple repositories
1221   + preserve `GNUPGHOME` (#427)
1222   + use `pacman-conf` instead of `pacconf`
1223 * `aur-fetch`
1224   + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
1225   + use `wget` instead of `aria2c` or `curl`
1226   + support diffs for `tar` snapshots (requires: `diffstat`)
1227 * `aur-graph`
1228   + rewrite in awk (#361)
1229   + add support for virtual and versioned dependencies (#10)
1230 * `aur-repo` *(new)*
1231   + manage local repositories
1232 * `aur-rpc` *(new)*
1233   + send `GET` requests to `aurweb`
1234   + use `wget` instead of `aria2c` or `curl`
1235 * `aur-search` 
1236   + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
1237   + add `depends`, `makedepends` search (#432)
1238   + add popularity to `brief` output (#420)
1239   + colorize if `stdout` is a terminal (#473)
1240   + use intersection of results for multiple terms (#328)
1241   + use `aur-rpc` to query `aurweb`
1242 * `aur-sync`
1243   + add `AUR_PAGER` environment variable (file review, #51)
1244   + add `--bind-rw` (#428)
1245   + add `--ignore-arch` (`makepkg -A`, #309)
1246   + add `--nover-shallow` (only check versions for depends, #374)
1247   + add `--provides` (virtual dependencies, #452)
1248   + add `--rebuild`, `--rebuildtree` aliases (#424)
1249   + rename `--repo` to `--database` (#353)
1250   + the `--ignore` option now takes a comma-separated list of packages
1251   + fetch sources in parallel
1252   + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
1253 * `aur-srcver` *(new)*
1254   + print latest revision of VCS packages
1255 * `aur-vercmp-devel` *(new)*
1256   + compare latest revision of VCS packages to a local repository
1257 * `officer` *(removed)*
1258   + removed in favor of `pacman --config`
1259 * `completion`
1260   + add `bash` completion (requires: `bash-completion`)
1261   + add `zsh` completion in a later release (#458)
1262 * Fixes for known issues in `1.5.3`.