changelog: update for 16.5
[aurutils.git] / makepkg / aurutils.changelog
blob3dd36bbfa6326342b9c1f5dd7e7c6f8080d10c9e
1 ## 17
3 * `aur-sync`
4   + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
6 * `examples`
7   + remove `python-pyxdg` dependency (#1096)
8   + fixes for `sync-rebuild` (#1096)
10 ## 16.5
12 * `examples`
13   + add `--chroot`, `--user` for `sync-rebuild`
15 ## 16.4
17 * `aur-repo-parse`
18   + improve `Repository` field
19   + check database extension
21 * `examples`
22   + add AUR dependency resolution for `sync-rebuild`
24 ## 16.3
25 * `aur-sync`
26   + only print queue with `--no-build` to standard output
28 ## 16.2
30 * `aur-sync`
31   + `--save` now applies when building packages
33 ## 16.1
35 * `examples`
36   + fixes for `sync-rebuild`
38 ## 16
40 * `aur-repo`
41   + `--status` is now the default
42   + add `Repository` to `--json` / `--jsonl` output
44 * `aur-format`
45   + add `%R` format option
47 * `perl`
48   + `write_json()` now returns a string
50 * `aur`
51   `--env` now prints `PERL5LIB`
53 ## 15.7
55 * `aur-repo`
56   + add `--search`, `--search-by` (#1057)
58 * `aur-sync`
59   + `--save`: do not use `/dev/stdout` (#1083)
61 ## 15.6
63 * `examples`
64   + remove `AUR_EXEC_PATH` from `sync-asroot` [fixup]
66 ## 15.5
68 * `aur-build`
69   + support makepkg configuration in `/etc/aurutils` (#1076)
71 * `aur-depends`
72   + add `--jsonl`
74 ## 15.4
76 * `aur-sync`
77   + add `--save`
79 * `examples`
80   + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
81   + `sync-rebuild` python rewrite
83 ## 15.3
85 * `aur-pkglist`, `aur-view`, `aur-search`
86   + prefix errors with command name
88 ## 15.2
90 * `aur-chroot`
91   + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
93 ## 15.1
95 * `aur-pkglist`
96   + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
98 ## 15
100 * `aur-repo`
101   + add `--format` (`-f`), `--delim`
103 * `aur-format`
104   + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
106 * `aur-pkglist`
107   + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
108   + update documentation
110 * `examples`
111   + `sync-rebuild` now respects package `epoch`
113 ## 14.1
115 * `aur-sync`
116   + fix exit codes for `tsort`, `aur-repo-parse`
118 ## 14
120 * `aur-depends`
121   + add `Self` dependency for every target (#1065)
123 * `aur-sync`
124   + `--rebuild-tree` now implies `--no-provides` (#1068)
125   + add `--no-sync` (`aur-build --no-sync`) (#1064)
127 ## 13.8
129 * `aur-depends`
130   + add `--show-all` (alias for `--all`)
131   + prune virtual targets with `--all`
133 ## 13.7
135 * `aur-depends`
136   + fix regression in 13.6
138 ## 13.6
140 * `aur-depends`
141   + fix output when non-AUR targets are specified on the command-line (#1062)
143 ## 13.5
145 * `aur-build`
146   + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
148 ## 13.4
150 * `aur-fetch`
151   + exit 0 on empty stdin (`-`, `/dev/stdin`)
153 * `aur-depends`
154   + exit 0 on empty stdin (`-`, `/dev/stdin`)
156 * `aur-query`
157   + exit 0 on empty stdin (`-`, `/dev/stdin`)
159 * `aur-view`
160   + evaluate `AUR_CONFIRM_PAGER`
162 ## 13.3
164 * `Makefile`
165   + correctly install to `AUR_LIB_DIR`
167 * `aur-build`
168   + get local repository state before `--chroot` configuration
170 * `aur-graph`
171   + add `PRINTALL`
173 * `aur.1`
174   + fixes for `aur-format`
176 ## 13.2
178 * `build--pkglist`
179   + set `pkgname` as fallback for `pkgbase` (#1058)
181 ## 13.1
183 * `aur-fetch`
184   + fix regression for `aur-fetch--mirror`
186 ## 13
188 * `aur-build`
189   + add `--null` (`-z`)
190   + add `AUR_BUILD_PKGLIST` environment variable
192 * `aur-build--pkglist`
193   + remove `--user` (`-U`)
194   + only run as root with `AUR_ASROOT` set
196 * `aur-depends`
197   + add `--assume-installed`
199 * `aur-srcver`
200   + accept arbitrary source directories as arguments
201   + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
202   + add `AUR_MAKEPKG` environment variable
203   + only run as root with `AUR_ASROOT` set
204   + exit 1 if any `makepkg` job failed
206 * `aur-sync`
207   + `--ignore` now removes dependencies of ignored targets
209 * `examples`
210   + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
212 ## 12.1
214 * `AUR.pm`
215   + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
217 * `aur-depends`
218   + documentation updates
220 ## 12
222 * `aur-build`
223   + merge helper `aur-build--sync` back to `aur-build`
224   + avoid errors with PKGBUILDs that fail to source with `set -e`
226 * `aur-repo-filter`
227   + `unbuffer` is now optional (#1052)
229 * `aur-view`
230   + use null seperated lists as input to vifm(1)
232 * `examples`
233   + add `sync-rebuild`
235 * `lib`
236   + unset `CDPATH` where needed
237   + use `getopt` instead of `parseopts.sh` from libmakepkg
239 * `man1`
240   + documentation updates
242 ## 11
244 * `aur-build`
245   + add `aur-build--sync` helper for local repository upgrades
246     - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
247     - local repository upgrades are now unaffected by `--pacman-conf`
248   + add `exist:` to `--results` output
249     - remove `--dry-run`
250   + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
251   + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
252   + replace experimental `AUR_ASROOT` functionality (#1023)
253     - add `examples/sync-asroot`
254     - add `--user` to `aur-build--pkglist`
255     - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
257 * `aur-chroot`
258   + remove `--packagelist` (deprecated in v8)
259   + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
261 * `aur-depends`
262   + perl rewrite
263   + add `--json`, `--reverse`
264   + take provides on the command-line into account (#837)
265     - add `--no-provides`
266   + default output changed to `--graph --pkgbase`
267     - ordered output with `aur-depends --reverse | tsort`
269 * `aur-fetch`
270   + add `aur-fetch--mirror` helper for `aur.git` mirrors
271     - defaults to `github.com/archlinux/aur`
272     - enable with `AUR_FETCH_USE_MIRROR=1`
273   + run flock(1) when modifying existing repositories
274   + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
276 * `aur-graph`
277   + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
278     - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
279     - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
281 * `aur-repo`
282   + add `--json`, `--jsonl`
284 * `aur-query`
285   + perl rewrite
286   + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
287   + set operations (union, intersection) are moved to `aur-search`
288     - remove `--any`, `--exit-if-empty`
289     - `--raw` is noop
290   + remove `--dump-curl-config`
291     - print command-lines with `AUR_DEBUG=1`
292   + `-t` / `--type` is now a required parameter
294 * `aur-search`
295   + perl rewrite
296   + add `--reverse`
297     - `-r` is now an alias to `--reverse`
298   + add `--submitter`, `--provides`, `--conflicts`, `--replaces`, 
299     `--keywords`, `--comaintainers`
300   + exit 4 on AUR response errors such as `query too small` (was: exit 2)
302 * `aur-sync`
303   + add diagnostic for missing packages with `--continue`
304   + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
305   + add `--columns`
307 * `aur-view`
308   + add `--exclude`, `--prefix`
310 * `aur-format`
311   + new helper
313 * `aur-repo-parse`
314   + new helper
316 * `completion`
317   + support extending `zsh` completion for third party commands (#1016)
319 * `examples`
320   + add `view-delta` (requires: `bat`, `git-delta`)
321   + add `sync-asroot`
323 ## 10
325 * `aur`
326   + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
327   + add `--env`
329 * `aur-build`
330   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
331   + use `$PWD` as default value for `$LOGDEST`
332   + bug fixes for gpg signing (`--sign`)
334 * `aur-chroot`
335   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
337 * `aur-fetch`
338   + `--sync=auto`: run `git-merge` instead of `git-reset`
339     - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
340     - fix a bug where setting `aurutils.rebase` affected unrelated targets
341     - set default author for merge commits to `aurutils@localhost`
342   + `--sync=auto` now preserves local changes by default
343     - `--discard` (`-f`) resets the branch on new upstream commits
344   + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
345   + support multiple branches, with commits merged from `origin/master`
347 * `aur-pkglist`
348   + output is now independent of command-line argument order
349   + deprecate `-I`, `-S`, `-u`
350     - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
351   + deprecate `-J` (`--json`)
352     - behaves like `--plain`, remove pretty-printing with `jq`
353   + add `--systime`
355 * `aur-repo`
356   + `-q` now applies to `--list` and `--upgrades`
357   + add `--list-attr`
358   + deprecate `--status-file`
360 * `aur-search`
361   + add `--color` (`auto`, `always`, `none`)
363 * `aur-srcver`
364   + remove `-E`, `--env` (deprecated in v8)
366 * `aur-sync`
367   + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
368     - support for sections (introduced with v6.3) is removed (#880)
369     - <PACKAGE> ignores apply to all local repositories
370   + add `--rebase`, `--reset` options for `aur-fetch`
371   + exit 22 on dependency cycles (v7 regression)
372   + filter dependency graph by pkgname, not depends (v7 regression)
373   + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
375 * `completions`
376   + major overhaul of zsh completions (#990)
378 ## 9.6
380 * `aur-pkglist`
381   + add `AUR_METADEST` (directory where metadata archives are stored)
382   + add `--quiet`
384 * `aur-fetch`
385   + write `git-merge` to `results_file` if the command is run
387 ## 9.5
389 * `aur-build`
390   + add `--results-append`
391   + write results file as build user
393 * `aur-query`
394   + support `--type=suggest`
396 ## 9.4
398 * `aur-build`
399   + revert "retrieve local repository before setting --chroot paths"
401 ## 9.3
403 * `examples`
404   + rework `sync-list`
406 ## 9.2
408 * `aur-build`
409   + deprecate `--results`
410   + retrieve local repository before setting `--chroot` paths
411   + unset `PKGEXT` when using `--chroot`
413 * `aur-search`
414   + use OSC8 terminal hyperlinks (#849)
416 ## 9.1
418 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
419 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
420 effect when running `aur-build` as a regular user.
422 Usage:
424   $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
426 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
427 the root environment are preserved for user commands, similar to `runuser -c`.
428 Host builds using `makepkg --syncdeps` to install dependencies require further
429 configuration.
431 ┌──────────────────────────────────────────────────────────────────────────────┐
432 │ WARNING!                                                                     │
433 │                                                                              │
434 │ Running `aur-build` as root is experimental and disabled by default. If your │
435 │ install breaks, you get to keep both pieces.                                 │
436 └──────────────────────────────────────────────────────────────────────────────┘
438 ## 9
440 * `examples`
441   + add `chroot-batch`
443 * `lib`
444   + add `aur-build--pkglist`
446 * `aur-build`
447   + add `--dry-run`
448   + redirect `makepkg -od` output (`--pkgver`) to stderr
449   + sign existing packages (#967)
451 * `aur-fetch`
452   + add `--no-pager` to the `git log` command (#969)
453   + `--existing`: clone instead of skip targets if they exist
455 * `aur-sync`
456   + redirect `aur-fetch` output to stderr (#974)
458 ## 8.3
460 * `aur-fetch`
461   + add `--revision`
462   + add `--no-patch`
464 * `aur-repo`
465   + add `--field`
467 * `examples`
468   + add `vercmp-devel`, `sync-list`
469   + rename `aur-sync-devel` to `sync-devel`
471 ## 8.2
473 * `aur-srcver`
474   + add separator before first failed package
476 * `aur-fetch`
477   + handle empty `git` repositories (#959)
479 * `man7`
480   + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
482 ## 8.1
484 * `aur-srcver`
485   + fix directory to source the build script from (#958)
487 ## 8
489 * `aur-chroot`
491 The `aur-chroot` command-line was changed so that `--create`, `--build` and
492 `--update` can be used in a single command. Command-line arguments are now
493 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
494 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
495 available. As `aur-build --margs`, these take a comma-delimited string and
496 can be specified multiple times. (Issues: #950, #807)
498 The `--packagelist` command is now deprecated. The container path can be
499 retrieved with the `--path` option, e.g for use with `makepkg --config`.
501 * `aur-build`
502   + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
504 * `aur-srcver`
505   + add `--buildscript`
506   + deprecate `-E` / `--env`
507     - `get_full_version` from `libmakepkg` is now used after running `makepkg`
508   + take arguments from `stdin` if `-` is specified
510 * `aurvcs.7`
511   + run `aur-fetch` and `aur-view` before `aur-srcver`
512   + sample code remaned to `aur-sync-devel`
514 ## 7.2
516 * `aur-search`
517   + add `OptDepends` to `--info` output (#945)
518   + handle empty keywords in `--info` output (#946)
520 * `aur-depends`
521   + add `--optdepends` (#945)
523 * `aur-sync`
524   + add `--optdepends` (#945)
526 ## 7.1
528 * `aur-build`
529   + pass --nocheck to chroot (#942)
531 * `aur-sync`
532   + avoid off-by-one in ninja build summary (#940)
534 * `aur-query`
535   + do not abort if `-t` is unspecified (#938)
537 ## 7
539 This release adds optional support for the `ninja` build system. If the
540 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
541 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
542 command-line. This allows to continue building a series of packages when
543 several failed, with the maximum of failed targets controlled by the `-k` /
544 `--keep-going` option.  On failure, a summary of successful ("OK") and failed
545 ("FAIL") package builds is printed. The `--no-build` option in turn only
546 generates `build.ninja`, and prints the corresponding directory to `stdout`.
548 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
549 script. It can be used with other `aur` programs that output `pkgbase
550 depends_pkgbase` pairs, for example:
552   $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
554 When running `ninja` on the resulting file, each successfully built `pkgbase`
555 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
556 modified, it will be marked for rebuilding by `ninja`. This can for example be
557 used for a git repository which hosts multiple `PKGBUILD` directories.
559 ## 6.4
561 * `aur-depends`
562   - add `--graph`
563   - checkdepends are now removed during dependency resolution, not afterwards (#882)
565 ## 6.3
567 * `aur-sync`
568   - `--ignore-file` now supports per-repository sections (INI-style)
569   - do not ignore targets when specified on the command-line
571 ## 6.2
573 * `aur-pkglist`
574   - add `-v` / `--verify` (verifies published sha256sums)
576 * `aur-repo-filter`
577   - add repository to dependency messages ("dependency foo satisfied by repo/bar")
578   - deduplicate results on stdout
580 ## 6.1
582 * `aur-search`
583   - do not print additional messages on errors or no results
585 * `aur-query`
586   - add `-a` alias for `--any`
587   - add missing newline in case of errors (`jq -r`)
589 ## 6
591 In previous versions, `aur search` would display an intersection of search
592 results, the symmetric difference with `-a` (bug), and the concatenation with
593 `-r`. (#918)
595 `aur search -a` now correctly returns the union, and the `-r` output is
596 processed with jq(1) to return the intersection by default, or the union (with
597 duplicates removed) with `-a`. This processing is done because the RPC
598 interface as of aurweb 6.0.11 does not expose set operations, and so
599 `aur-search` performs one search for each argument. `aur search --json` was
600 added as an alias to `--raw`, and the latter option is now deprecated.
602 The implementation is done in `aur-query`, which now takes the intersection of
603 search results by default. The union can be taken with `aur query --any`, or
604 unprocessed results shown with `-r` or `--raw`. In each case, the output is
605 newline delimited (JSON Lines, `jq -r`). If the search completed without
606 results, `aur-query` will either exit with status 0 (if no request resulted in
607 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
608 resulted in an error).
610 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
611 been reduced to 500 after experiencing issues with a larger number of
612 arguments. Users looking to use `aur-query -t info` with a very large number
613 of arguments should instead consider `aur pkglist --info`.
614 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
616 ## 5
618 * `aur-srcver`
619   + add `-E` / `--env` (#898)
621 * `aur-query`
622   + support HTTP POST for info-type requests
623   + use `aurutils` user agent (`curl -A`)
625 * `aur-pkglist`
626   + use `aurutils` user agent (`curl -A`)
628 * `aur-repo-filter`
629   + add `--config` to set pacman configuration
631 ## 4.4
633 * `aur-sync`
634   + fix regressions with `--ignore` from 4.3 release
636 ## 4.3
638 * `aur-build`
639   + wordsplit MAKEPKG and PACMAN_AUTH
641 * `aur-sync`
642   + improve error handling
644 ## 4.2
646 * `aur-build`
647   + support PACMAN_AUTH environment variable for custom elevation command
649 * `aur-repo`
650   + improve error handling
651   + remove extraneous `--` on `--path` output
653 ## 4.1
655 * `aur-build`
656   + handle absolute paths in `--arg-file`
658 * `aur-pkglist`
659   + add `--users` (`-U`) to retrieve a list of AUR users
660   + update aur-pkglist(1) man page
662 * `aur-repo`
663   + fix formatting for `--table` and packages with no dependencies
665 ## 4
667 * `aur-build`
668   + add `--no-check` (`makepkg --nocheck`)
670 * `aur-search`
671   + add `--table`
673 * `aur-fetch`
674   + add compatibility options (`--recurse`)
676 * `aur-repo`
677   + add compatibility options (`--path`, `--path-list`, `--repo-list`)
678   + fix regression with `AUR_QUERY_PARALLEL`
680 * `aur-sync`
681   + add `--no-check` (short for `--no-checkdepends`)
682     - implies `aur-build --no-check`
683   + apply `--ignore` to local repository targets
684   + `--ignore-file` now works with process substitution (#880)
685   + remove `--no-depends`, `--no-makedepends`
687 ## 3.3.0
689 `aur-query` and `aur-fetch` now take arguments from the command-line
690 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
691 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
692 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
693 explicit `--recurse` option was removed.
695 The `-` argument propagates to `aur-depends` and `aur-search`
696 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
697 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
698 these commands.
700 ## 3.2.1
702 * `aur-query`
703   + support AUR_LOCATION
704   + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
705   + complete aur-query(1) man page
707 * `aur-pkglist`
708   + support multiinfo and search dumps (`--info`, `--search`)
709   + support HTTP Last-Modified
711 * `aur-fetch`
712   + add `--existing`
714 * `aur-view`
715   + new script that includes the package inspection logic from `aur-sync`
717 ## 3.2.0
719 * `aur-build`
720   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
721   + resolve path argument to `--results`
722   + use `aur repo --status` for repository selection
723     - allows specifying `--root` without `--database`
724   + print diagnostic if packages were not moved to local repository (#794)
725   + merge `--config` and `--pacman-conf` (#808, #824)
726   + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
727   + add diagnostic if chroot pacman.conf is non-existing (#783)
729 * `aur-depends`
730   + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
731   + add dependency kind column to `--table` output
733 * `aur-chroot`
734   + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
736 * `aur-repo`
737   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
738   + add `--status`
739     - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
740     - replaces `--path`
741   + rename `--repo-list` to `--list-repo`
742   + rename `--path-list` to `--list-path`
744 * `aur-repo-filter`
745   + run `pacsift` with `unbuffer` (#804)
747 * `aur-vercmp`
748   + remove colon from `checkupdates` and `equal_or_newer` format (#833)
750 ## 3.1.2 - 2020-11-09
752 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
753 subsituted in `aur`.
755 ## 3.1.1 - 2020-11-09
757 * `aur`
758   + add `--version`
760 ## 3.1.0 - 2020-11-09
762 * `aur`
763   + fix example `aur-remove` script (#785)
765 * `aur-build`
766   + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
767   + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
769 * `aur-chroot`
770   + add `--create`
771     - seperate mode which runs `mkarchroot` with packages taken from the command-line
772     - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
773     - `--update` no longer runs `mkarchroot`
774   + `--packagelist` now uses `makepkg.conf` inside the container
775   + add `Devtools limitations` section to `aur-chroot.1` (#782)
776   + add additional error messages for missing pacman configuration
778 * `aur-repo`
779   + add `--path-list`
780   + update man page for new arguments (#784)
781   + remove `--ini` (only offered pacman.conf information)
783 ## 3.0.3 - 2020-11-02
785 * fix broken `zsh` completion (#776)
786 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
788 ## 3.0.2 - 2020-10-30
790 * `aur-sync`
791   + add missing `--suffix` option (#773)
793 ## 3.0.1 - 2020-10-29
795 The commits:
797 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
798 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
800 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.
802 ## 3.0.0 - 2020-10-29
804 * `aur`
805   + add `AUR_EXEC_PATH` environment variable
806   + add example `aur-gc`, `aur-remove` scripts to `aur.1`
808 * `aur-build`
809   + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
810   + add mollyguard for running as the `root` user
811   + add `build:` prefix to `--results` output
812     - `build:file:///path/to/package.tar.xz`
813   + add `--new`, `--prevent-downgrade` (`repo-add` options)
814   + add `Running` message for all `makepkg` invocations
815   + replace `--build-command` with `--margs` and `$MAKEPKG`
816   + remove default `makepkg` arguments (#635)
817     - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
818     - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
819     - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
820     - make `-S` an alias for `--sign` (was: `-s`)
821   + use `--margs` to set makepkg options instead of EOF seperator (`--`)
822   + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
823   + use `makepkg --noextract` if `--pkgver` is specified (#708)
824   + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
825   + pass pacman.conf (`--config`) to `aur-repo` (#654)
826   + only remove intermediary package directory if empty (#602)
827   + remove `--delta`
828   + use `PKGDEST` instead of `makepkg.conf` to set package destination
830 * `aur-chroot`
831   + add `AUR_DEBUG` environment variable
832   + add `--packagelist`
833     - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
834   + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
835   + remove `--database`
836   + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
837     - `--suffix` to override `extra` in the default path
838     - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
840 * `aur-fetch`
841   + add `AUR_DEBUG`, `NO_COLOR` environment variables
842   + add `--results` (colon-delimited output)
843   + add `--sync`
844     - only run `git fetch` by default;
845     - run `git reset` if `--sync=reset` is specified;
846     - run `git rebase` if `--sync=rebase` is specified;
847     - run either `git reset` or `git rebase` if `--sync=auto` is specified
848   + exit `1` if `git clone` or `git fetch` failed
849   + remove support for `tar` archives
850   + remove diff output (`--log-dir`, `--verbose`, `--format`)
851     - diffs can be generated from the extended --results output (done in `aur-sync`)
852   + remove setting `orderfile` (done in `aur-sync`)
853   + use `git -C` for `git` calls
855 * `aur-jobs` (removed)
856   - remove script
858 * `aur-pkglist`
859   + add `AUR_DEBUG` environment variable
860   + use `curl` for transfers instead of `wget`
862 * `aur-rpc` (`aur-query`)
863   + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
864   + rename to `aur-query`
865   + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
866   + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
867   + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
868   + use `curl` for transfers instead of `wget`
869     - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
870     - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
871   + exit `1` if a transfer failed
873 * `aur-repo-filter`
874   + add `AUR_DEBUG` environment variable
875   + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
876   + use `pacinfo` for package information instead of `expac`
878 * `aur-repo`
879   + add `AUR_DEBUG` environment variable
880   + add `--config`
881   + add `--ini`
882   + add `--quiet`/`-q` (`aur-vercmp -q`)
883   + add `--table`
884   + add pacman configuration to `--status-format` (colon-delimited)
885   + print fully resolved path to local repository
886   + require `--path` to print the local repository path
887   + remove `expac` dependency
889 * `aur-search`
890   + add `AUR_DEBUG`, `NO_COLOR` environment variables
891   + unset `LC_ALL` when printing `Popularity`
893 * `aur-srcver`
894   + add `AUR_DEBUG` environment variable
895   + add `--jobs`
896   + do not use `makepkg --log`
897   + remove `parallel` dependency
899 * `aur-sync`
900   + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
901     - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
902   + add `--rebuild-all`
903   + add mollyguard for running as the `root` user
904   + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
905   + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
906   + enable `--provides` by default
907     - disable with `--no-provides`
908     - specify repositories with `--provides-from` (comma-delimited)
909   + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
910   + remove `parallel` dependency
911   + remove `AURDEST_SNAPSHOT` environment variable
912   + remove `--git`, `--tar`
913   + rename `--print` to `--no-build`/`-o`
914   + rename `--no-ver-shallow` to `--no-ver-argv`
915   + store commits viewed by the user (#379, #711)
916   + use `aur-fetch --sync=auto`
918 * `aur-vercmp`
919   + add `AUR_DEBUG`, `NO_COLOR` environment variables
921 * `Makefile`
922   + allow overriding `AUR_LIB_DIR` at build time
924 ## 2.3.7
926 ## 2.3.6
928 ## 2.3.5
930 ## 2.3.4
932 ## 2.3.3
934 ## 2.3.2
936 ## 2.3.1 - 2019-02-21
938 * `aur-build`
939   + add `--results`
940 * `aur-sync`
941   + documentation updates (#350, #507)
942   + ask for confirmation if `PAGER` is set (#530)
943 * `aur-repo-filter`
944   + documentation updates (#438)
946 ## 2.3.0 - 2019-02-18
948 * `aur-build`
949   + add `--holdver` to makepkg with `--pkgver`
950   + exit 2 if `db_path` is not found
951 * `aur-repo-filter`
952   + support versioned packages (#404)
953   + remove `--repo` alias to `--database`
954 * `aur-srcver`
955   + remove `--noprepare` from default makepkg options
956   + add `--noprepare` option (#523)
957 * `aur-sync`
958   + wrap repo-add `-R` (#521)
959   + add `--no-graph` (workaround for #516)
960 * `aur-vercmp`
961   + add `-q`/`--quiet`
962   + rename `--equal` to `--current`
963 * `completions`
964   + group options by type (#520)
965   + complete `aur-depends` options (#526)
967 ## 2.2.1 - 2019-01-25
969 * `aur-build`
970   + add `--holdver` to `makepkg` options if `--pkgver` is enabled
971 * `aur-repo`
972   + do not include `repo:` in error messages
973   + `--all` implies `--upgrades`
974 * `aur-sync`
975   + `cd` before invoking `$PAGER` (#518)
976 * `aur-repo-filter`
977   + if `stdin` is connected to a terminal, mention this on `stderr`
978 * `aur-rpc`
979   + if `stdin` is connected to a terminal, mention this on `stderr`
980 * `aur-vercmp`
981   + if `stdin` is connected to a terminal, mention this on `stderr`
983 ## 2.2.0 - 2019-01-22
985 * `aur`
986   + update `CacheDir` instructions in `aur(1)`
987 * `aur-build`
988   + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
989   + remove `~` package backup on `--force` (#444)
990   + propagate `--pacman-conf` to `pacman-conf` (local builds)
991   + unset `PKGDEST` prior to running `makepkg` (#513)
992   + remove `--rmdeps` from default options (#508)
993 * `aur-fetch`
994   + expose AUR URL through `AUR_LOCATION` environment variable
995 * `aur-pkglist`
996   + do not require `-P` for regex match
997   + Expose AUR URL through `AUR_LOCATION` environment variable
998 * `aur-rpc`
999   + add `--rpc-ver`, `--rpc-url`
1000   + Expose AUR URL through `AUR_LOCATION` environment variable
1001 * `aur-search`
1002   + exit 1 on no results
1003   + exit 2 on AUR error (e.g. "too many results")
1004   + Expose AUR URL through `AUR_LOCATION` environment variable
1005 * `aur-sync`
1006   + add `--pkgver` (`aur-build --pkgver`)
1007   + remove `--rmdeps` from default options (#508)
1008 * `completion`
1009   + allow `zsh run-help` to display the correct man page (#506)
1011 ## 2.1.0 - 2019-01-16
1013 * `aur-build` 
1014   + `--build-command` now works correctly
1015   + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
1016 * `aur-depends`
1017   + now takes input as arguments, instead from `stdin`
1018   + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
1019 * `aur-search`
1020   + add `--raw` to display JSON output
1021 * `aur-sync`
1022   + add `--ignore-file` (same as `aursync --ignore`)
1023   + check the (`.SRCINFO`) dependency graph before file inspection
1024 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
1026 ## 2.0.1 - 2019-01-11
1028 * `aur-build`
1029   + do not export PKGDEST for non-chroot builds (#498)                               
1030   + add --build-command (#498)
1031   + man page updates (#217)
1032 * `aur-sync`
1033   + add --keep-order for parallel aur-fetch
1035 ## 2.0.0 - 2019-01-10
1037 * `aur` *(new)*
1038   + wrapper for the new `git(1)` based design
1039 * `aur-build`
1040   + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
1041   + abort if updating a signed database without `-s` (#246)
1042   + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
1043   + add `--makepkg-conf`, `--pacman-conf` (#242)
1044   + use `pacman-conf` instead of `pacconf`
1045 * `aur-chroot` *(new)*
1046   + new tool containing the functionality of `aur-build -c`
1047   + support container builds without using a local repository
1048   + support multiple repositories
1049   + preserve `GNUPGHOME` (#427)
1050   + use `pacman-conf` instead of `pacconf`
1051 * `aur-fetch`
1052   + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
1053   + use `wget` instead of `aria2c` or `curl`
1054   + support diffs for `tar` snapshots (requires: `diffstat`)
1055 * `aur-graph`
1056   + rewrite in awk (#361)
1057   + add support for virtual and versioned dependencies (#10)
1058 * `aur-repo` *(new)*
1059   + manage local repositories
1060 * `aur-rpc` *(new)*
1061   + send `GET` requests to `aurweb`
1062   + use `wget` instead of `aria2c` or `curl`
1063 * `aur-search` 
1064   + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
1065   + add `depends`, `makedepends` search (#432)
1066   + add popularity to `brief` output (#420)
1067   + colorize if `stdout` is a terminal (#473)
1068   + use intersection of results for multiple terms (#328)
1069   + use `aur-rpc` to query `aurweb`
1070 * `aur-sync`
1071   + add `AUR_PAGER` environment variable (file review, #51)
1072   + add `--bind-rw` (#428)
1073   + add `--ignore-arch` (`makepkg -A`, #309)
1074   + add `--nover-shallow` (only check versions for depends, #374)
1075   + add `--provides` (virtual dependencies, #452)
1076   + add `--rebuild`, `--rebuildtree` aliases (#424)
1077   + rename `--repo` to `--database` (#353)
1078   + the `--ignore` option now takes a comma-separated list of packages
1079   + fetch sources in parallel
1080   + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
1081 * `aur-srcver` *(new)*
1082   + print latest revision of VCS packages
1083 * `aur-vercmp-devel` *(new)*
1084   + compare latest revision of VCS packages to a local repository
1085 * `officer` *(removed)*
1086   + removed in favor of `pacman --config`
1087 * `completion`
1088   + add `bash` completion (requires: `bash-completion`)
1089   + add `zsh` completion in a later release (#458)
1090 * Fixes for known issues in `1.5.3`.