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