chroot: use conditional default paths
[aurutils.git] / makepkg / aurutils.changelog
blobf6a5df4b632a0a65e9d56f76155a7b031257335c
1 ## 15.2
3 * `aur-chroot`
4   + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
6 ## 15.1
8 * `aur-pkglist`
9   + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
11 ## 15
13 * `aur-repo`
14   + add `--format` (`-f`), `--delim`
16 * `aur-format`
17   + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
19 * `aur-pkglist`
20   + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
21   + update documentation
23 * `examples`
24   + `sync-rebuild` now respects package `epoch`
26 ## 14.1
28 * `aur-sync`
29   + fix exit codes for `tsort`, `aur-repo-parse`
31 ## 14
33 * `aur-depends`
34   + add `Self` dependency for every target (#1065)
36 * `aur-sync`
37   + `--rebuild-tree` now implies `--no-provides` (#1068)
38   + add `--no-sync` (`aur-build --no-sync`) (#1064)
40 ## 13.8
42 * `aur-depends`
43   + add `--show-all` (alias for `--all`)
44   + prune virtual targets with `--all`
46 ## 13.7
48 * `aur-depends`
49   + fix regression in 13.6
51 ## 13.6
53 * `aur-depends`
54   + fix output when non-AUR targets are specified on the command-line (#1062)
56 ## 13.5
58 * `aur-build`
59   + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
61 ## 13.4
63 * `aur-fetch`
64   + exit 0 on empty stdin (`-`, `/dev/stdin`)
66 * `aur-depends`
67   + exit 0 on empty stdin (`-`, `/dev/stdin`)
69 * `aur-query`
70   + exit 0 on empty stdin (`-`, `/dev/stdin`)
72 * `aur-view`
73   + evaluate `AUR_CONFIRM_PAGER`
75 ## 13.3
77 * `Makefile`
78   + correctly install to `AUR_LIB_DIR`
80 * `aur-build`
81   + get local repository state before `--chroot` configuration
83 * `aur-graph`
84   + add `PRINTALL`
86 * `aur.1`
87   + fixes for `aur-format`
89 ## 13.2
91 * `build--pkglist`
92   + set `pkgname` as fallback for `pkgbase` (#1058)
94 ## 13.1
96 * `aur-fetch`
97   + fix regression for `aur-fetch--mirror`
99 ## 13
101 * `aur-build`
102   + add `--null` (`-z`)
103   + add `AUR_BUILD_PKGLIST` environment variable
105 * `aur-build--pkglist`
106   + remove `--user` (`-U`)
107   + only run as root with `AUR_ASROOT` set
109 * `aur-depends`
110   + add `--assume-installed`
112 * `aur-srcver`
113   + accept arbitrary source directories as arguments
114   + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
115   + add `AUR_MAKEPKG` environment variable
116   + only run as root with `AUR_ASROOT` set
117   + exit 1 if any `makepkg` job failed
119 * `aur-sync`
120   + `--ignore` now removes dependencies of ignored targets
122 * `examples`
123   + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
125 ## 12.1
127 * `AUR.pm`
128   + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
130 * `aur-depends`
131   + documentation updates
133 ## 12
135 * `aur-build`
136   + merge helper `aur-build--sync` back to `aur-build`
137   + avoid errors with PKGBUILDs that fail to source with `set -e`
139 * `aur-repo-filter`
140   + `unbuffer` is now optional (#1052)
142 * `aur-view`
143   + use null seperated lists as input to vifm(1)
145 * `examples`
146   + add `sync-rebuild`
148 * `lib`
149   + unset `CDPATH` where needed
150   + use `getopt` instead of `parseopts.sh` from libmakepkg
152 * `man1`
153   + documentation updates
155 ## 11
157 * `aur-build`
158   + add `aur-build--sync` helper for local repository upgrades
159     - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
160     - local repository upgrades are now unaffected by `--pacman-conf`
161   + add `exist:` to `--results` output
162     - remove `--dry-run`
163   + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
164   + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
165   + replace experimental `AUR_ASROOT` functionality (#1023)
166     - add `examples/sync-asroot`
167     - add `--user` to `aur-build--pkglist`
168     - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
170 * `aur-chroot`
171   + remove `--packagelist` (deprecated in v8)
172   + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
174 * `aur-depends`
175   + perl rewrite
176   + add `--json`, `--reverse`
177   + take provides on the command-line into account (#837)
178     - add `--no-provides`
179   + default output changed to `--graph --pkgbase`
180     - ordered output with `aur-depends --reverse | tsort`
182 * `aur-fetch`
183   + add `aur-fetch--mirror` helper for `aur.git` mirrors
184     - defaults to `github.com/archlinux/aur`
185     - enable with `AUR_FETCH_USE_MIRROR=1`
186   + run flock(1) when modifying existing repositories
187   + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
189 * `aur-graph`
190   + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
191     - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
192     - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
194 * `aur-repo`
195   + add `--json`, `--jsonl`
197 * `aur-query`
198   + perl rewrite
199   + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
200   + set operations (union, intersection) are moved to `aur-search`
201     - remove `--any`, `--exit-if-empty`
202     - `--raw` is noop
203   + remove `--dump-curl-config`
204     - print command-lines with `AUR_DEBUG=1`
205   + `-t` / `--type` is now a required parameter
207 * `aur-search`
208   + perl rewrite
209   + add `--reverse`
210     - `-r` is now an alias to `--reverse`
211   + add `--submitter`, `--provides`, `--conflicts`, `--replaces`, 
212     `--keywords`, `--comaintainers`
213   + exit 4 on AUR response errors such as `query too small` (was: exit 2)
215 * `aur-sync`
216   + add diagnostic for missing packages with `--continue`
217   + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
218   + add `--columns`
220 * `aur-view`
221   + add `--exclude`, `--prefix`
223 * `aur-format`
224   + new helper
226 * `aur-repo-parse`
227   + new helper
229 * `completion`
230   + support extending `zsh` completion for third party commands (#1016)
232 * `examples`
233   + add `view-delta` (requires: `bat`, `git-delta`)
234   + add `sync-asroot`
236 ## 10
238 * `aur`
239   + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
240   + add `--env`
242 * `aur-build`
243   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
244   + use `$PWD` as default value for `$LOGDEST`
245   + bug fixes for gpg signing (`--sign`)
247 * `aur-chroot`
248   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
250 * `aur-fetch`
251   + `--sync=auto`: run `git-merge` instead of `git-reset`
252     - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
253     - fix a bug where setting `aurutils.rebase` affected unrelated targets
254     - set default author for merge commits to `aurutils@localhost`
255   + `--sync=auto` now preserves local changes by default
256     - `--discard` (`-f`) resets the branch on new upstream commits
257   + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
258   + support multiple branches, with commits merged from `origin/master`
260 * `aur-pkglist`
261   + output is now independent of command-line argument order
262   + deprecate `-I`, `-S`, `-u`
263     - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
264   + deprecate `-J` (`--json`)
265     - behaves like `--plain`, remove pretty-printing with `jq`
266   + add `--systime`
268 * `aur-repo`
269   + `-q` now applies to `--list` and `--upgrades`
270   + add `--list-attr`
271   + deprecate `--status-file`
273 * `aur-search`
274   + add `--color` (`auto`, `always`, `none`)
276 * `aur-srcver`
277   + remove `-E`, `--env` (deprecated in v8)
279 * `aur-sync`
280   + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
281     - support for sections (introduced with v6.3) is removed (#880)
282     - <PACKAGE> ignores apply to all local repositories
283   + add `--rebase`, `--reset` options for `aur-fetch`
284   + exit 22 on dependency cycles (v7 regression)
285   + filter dependency graph by pkgname, not depends (v7 regression)
286   + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
288 * `completions`
289   + major overhaul of zsh completions (#990)
291 ## 9.6
293 * `aur-pkglist`
294   + add `AUR_METADEST` (directory where metadata archives are stored)
295   + add `--quiet`
297 * `aur-fetch`
298   + write `git-merge` to `results_file` if the command is run
300 ## 9.5
302 * `aur-build`
303   + add `--results-append`
304   + write results file as build user
306 * `aur-query`
307   + support `--type=suggest`
309 ## 9.4
311 * `aur-build`
312   + revert "retrieve local repository before setting --chroot paths"
314 ## 9.3
316 * `examples`
317   + rework `sync-list`
319 ## 9.2
321 * `aur-build`
322   + deprecate `--results`
323   + retrieve local repository before setting `--chroot` paths
324   + unset `PKGEXT` when using `--chroot`
326 * `aur-search`
327   + use OSC8 terminal hyperlinks (#849)
329 ## 9.1
331 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
332 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
333 effect when running `aur-build` as a regular user.
335 Usage:
337   $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
339 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
340 the root environment are preserved for user commands, similar to `runuser -c`.
341 Host builds using `makepkg --syncdeps` to install dependencies require further
342 configuration.
344 ┌──────────────────────────────────────────────────────────────────────────────┐
345 │ WARNING!                                                                     │
346 │                                                                              │
347 │ Running `aur-build` as root is experimental and disabled by default. If your │
348 │ install breaks, you get to keep both pieces.                                 │
349 └──────────────────────────────────────────────────────────────────────────────┘
351 ## 9
353 * `examples`
354   + add `chroot-batch`
356 * `lib`
357   + add `aur-build--pkglist`
359 * `aur-build`
360   + add `--dry-run`
361   + redirect `makepkg -od` output (`--pkgver`) to stderr
362   + sign existing packages (#967)
364 * `aur-fetch`
365   + add `--no-pager` to the `git log` command (#969)
366   + `--existing`: clone instead of skip targets if they exist
368 * `aur-sync`
369   + redirect `aur-fetch` output to stderr (#974)
371 ## 8.3
373 * `aur-fetch`
374   + add `--revision`
375   + add `--no-patch`
377 * `aur-repo`
378   + add `--field`
380 * `examples`
381   + add `vercmp-devel`, `sync-list`
382   + rename `aur-sync-devel` to `sync-devel`
384 ## 8.2
386 * `aur-srcver`
387   + add separator before first failed package
389 * `aur-fetch`
390   + handle empty `git` repositories (#959)
392 * `man7`
393   + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
395 ## 8.1
397 * `aur-srcver`
398   + fix directory to source the build script from (#958)
400 ## 8
402 * `aur-chroot`
404 The `aur-chroot` command-line was changed so that `--create`, `--build` and
405 `--update` can be used in a single command. Command-line arguments are now
406 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
407 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
408 available. As `aur-build --margs`, these take a comma-delimited string and
409 can be specified multiple times. (Issues: #950, #807)
411 The `--packagelist` command is now deprecated. The container path can be
412 retrieved with the `--path` option, e.g for use with `makepkg --config`.
414 * `aur-build`
415   + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
417 * `aur-srcver`
418   + add `--buildscript`
419   + deprecate `-E` / `--env`
420     - `get_full_version` from `libmakepkg` is now used after running `makepkg`
421   + take arguments from `stdin` if `-` is specified
423 * `aurvcs.7`
424   + run `aur-fetch` and `aur-view` before `aur-srcver`
425   + sample code remaned to `aur-sync-devel`
427 ## 7.2
429 * `aur-search`
430   + add `OptDepends` to `--info` output (#945)
431   + handle empty keywords in `--info` output (#946)
433 * `aur-depends`
434   + add `--optdepends` (#945)
436 * `aur-sync`
437   + add `--optdepends` (#945)
439 ## 7.1
441 * `aur-build`
442   + pass --nocheck to chroot (#942)
444 * `aur-sync`
445   + avoid off-by-one in ninja build summary (#940)
447 * `aur-query`
448   + do not abort if `-t` is unspecified (#938)
450 ## 7
452 This release adds optional support for the `ninja` build system. If the
453 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
454 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
455 command-line. This allows to continue building a series of packages when
456 several failed, with the maximum of failed targets controlled by the `-k` /
457 `--keep-going` option.  On failure, a summary of successful ("OK") and failed
458 ("FAIL") package builds is printed. The `--no-build` option in turn only
459 generates `build.ninja`, and prints the corresponding directory to `stdout`.
461 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
462 script. It can be used with other `aur` programs that output `pkgbase
463 depends_pkgbase` pairs, for example:
465   $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
467 When running `ninja` on the resulting file, each successfully built `pkgbase`
468 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
469 modified, it will be marked for rebuilding by `ninja`. This can for example be
470 used for a git repository which hosts multiple `PKGBUILD` directories.
472 ## 6.4
474 * `aur-depends`
475   - add `--graph`
476   - checkdepends are now removed during dependency resolution, not afterwards (#882)
478 ## 6.3
480 * `aur-sync`
481   - `--ignore-file` now supports per-repository sections (INI-style)
482   - do not ignore targets when specified on the command-line
484 ## 6.2
486 * `aur-pkglist`
487   - add `-v` / `--verify` (verifies published sha256sums)
489 * `aur-repo-filter`
490   - add repository to dependency messages ("dependency foo satisfied by repo/bar")
491   - deduplicate results on stdout
493 ## 6.1
495 * `aur-search`
496   - do not print additional messages on errors or no results
498 * `aur-query`
499   - add `-a` alias for `--any`
500   - add missing newline in case of errors (`jq -r`)
502 ## 6
504 In previous versions, `aur search` would display an intersection of search
505 results, the symmetric difference with `-a` (bug), and the concatenation with
506 `-r`. (#918)
508 `aur search -a` now correctly returns the union, and the `-r` output is
509 processed with jq(1) to return the intersection by default, or the union (with
510 duplicates removed) with `-a`. This processing is done because the RPC
511 interface as of aurweb 6.0.11 does not expose set operations, and so
512 `aur-search` performs one search for each argument. `aur search --json` was
513 added as an alias to `--raw`, and the latter option is now deprecated.
515 The implementation is done in `aur-query`, which now takes the intersection of
516 search results by default. The union can be taken with `aur query --any`, or
517 unprocessed results shown with `-r` or `--raw`. In each case, the output is
518 newline delimited (JSON Lines, `jq -r`). If the search completed without
519 results, `aur-query` will either exit with status 0 (if no request resulted in
520 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
521 resulted in an error).
523 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
524 been reduced to 500 after experiencing issues with a larger number of
525 arguments. Users looking to use `aur-query -t info` with a very large number
526 of arguments should instead consider `aur pkglist --info`.
527 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
529 ## 5
531 * `aur-srcver`
532   + add `-E` / `--env` (#898)
534 * `aur-query`
535   + support HTTP POST for info-type requests
536   + use `aurutils` user agent (`curl -A`)
538 * `aur-pkglist`
539   + use `aurutils` user agent (`curl -A`)
541 * `aur-repo-filter`
542   + add `--config` to set pacman configuration
544 ## 4.4
546 * `aur-sync`
547   + fix regressions with `--ignore` from 4.3 release
549 ## 4.3
551 * `aur-build`
552   + wordsplit MAKEPKG and PACMAN_AUTH
554 * `aur-sync`
555   + improve error handling
557 ## 4.2
559 * `aur-build`
560   + support PACMAN_AUTH environment variable for custom elevation command
562 * `aur-repo`
563   + improve error handling
564   + remove extraneous `--` on `--path` output
566 ## 4.1
568 * `aur-build`
569   + handle absolute paths in `--arg-file`
571 * `aur-pkglist`
572   + add `--users` (`-U`) to retrieve a list of AUR users
573   + update aur-pkglist(1) man page
575 * `aur-repo`
576   + fix formatting for `--table` and packages with no dependencies
578 ## 4
580 * `aur-build`
581   + add `--no-check` (`makepkg --nocheck`)
583 * `aur-search`
584   + add `--table`
586 * `aur-fetch`
587   + add compatibility options (`--recurse`)
589 * `aur-repo`
590   + add compatibility options (`--path`, `--path-list`, `--repo-list`)
591   + fix regression with `AUR_QUERY_PARALLEL`
593 * `aur-sync`
594   + add `--no-check` (short for `--no-checkdepends`)
595     - implies `aur-build --no-check`
596   + apply `--ignore` to local repository targets
597   + `--ignore-file` now works with process substitution (#880)
598   + remove `--no-depends`, `--no-makedepends`
600 ## 3.3.0
602 `aur-query` and `aur-fetch` now take arguments from the command-line
603 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
604 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
605 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
606 explicit `--recurse` option was removed.
608 The `-` argument propagates to `aur-depends` and `aur-search`
609 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
610 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
611 these commands.
613 ## 3.2.1
615 * `aur-query`
616   + support AUR_LOCATION
617   + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
618   + complete aur-query(1) man page
620 * `aur-pkglist`
621   + support multiinfo and search dumps (`--info`, `--search`)
622   + support HTTP Last-Modified
624 * `aur-fetch`
625   + add `--existing`
627 * `aur-view`
628   + new script that includes the package inspection logic from `aur-sync`
630 ## 3.2.0
632 * `aur-build`
633   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
634   + resolve path argument to `--results`
635   + use `aur repo --status` for repository selection
636     - allows specifying `--root` without `--database`
637   + print diagnostic if packages were not moved to local repository (#794)
638   + merge `--config` and `--pacman-conf` (#808, #824)
639   + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
640   + add diagnostic if chroot pacman.conf is non-existing (#783)
642 * `aur-depends`
643   + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
644   + add dependency kind column to `--table` output
646 * `aur-chroot`
647   + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
649 * `aur-repo`
650   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
651   + add `--status`
652     - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
653     - replaces `--path`
654   + rename `--repo-list` to `--list-repo`
655   + rename `--path-list` to `--list-path`
657 * `aur-repo-filter`
658   + run `pacsift` with `unbuffer` (#804)
660 * `aur-vercmp`
661   + remove colon from `checkupdates` and `equal_or_newer` format (#833)
663 ## 3.1.2 - 2020-11-09
665 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
666 subsituted in `aur`.
668 ## 3.1.1 - 2020-11-09
670 * `aur`
671   + add `--version`
673 ## 3.1.0 - 2020-11-09
675 * `aur`
676   + fix example `aur-remove` script (#785)
678 * `aur-build`
679   + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
680   + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
682 * `aur-chroot`
683   + add `--create`
684     - seperate mode which runs `mkarchroot` with packages taken from the command-line
685     - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
686     - `--update` no longer runs `mkarchroot`
687   + `--packagelist` now uses `makepkg.conf` inside the container
688   + add `Devtools limitations` section to `aur-chroot.1` (#782)
689   + add additional error messages for missing pacman configuration
691 * `aur-repo`
692   + add `--path-list`
693   + update man page for new arguments (#784)
694   + remove `--ini` (only offered pacman.conf information)
696 ## 3.0.3 - 2020-11-02
698 * fix broken `zsh` completion (#776)
699 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
701 ## 3.0.2 - 2020-10-30
703 * `aur-sync`
704   + add missing `--suffix` option (#773)
706 ## 3.0.1 - 2020-10-29
708 The commits:
710 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
711 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
713 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.
715 ## 3.0.0 - 2020-10-29
717 * `aur`
718   + add `AUR_EXEC_PATH` environment variable
719   + add example `aur-gc`, `aur-remove` scripts to `aur.1`
721 * `aur-build`
722   + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
723   + add mollyguard for running as the `root` user
724   + add `build:` prefix to `--results` output
725     - `build:file:///path/to/package.tar.xz`
726   + add `--new`, `--prevent-downgrade` (`repo-add` options)
727   + add `Running` message for all `makepkg` invocations
728   + replace `--build-command` with `--margs` and `$MAKEPKG`
729   + remove default `makepkg` arguments (#635)
730     - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
731     - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
732     - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
733     - make `-S` an alias for `--sign` (was: `-s`)
734   + use `--margs` to set makepkg options instead of EOF seperator (`--`)
735   + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
736   + use `makepkg --noextract` if `--pkgver` is specified (#708)
737   + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
738   + pass pacman.conf (`--config`) to `aur-repo` (#654)
739   + only remove intermediary package directory if empty (#602)
740   + remove `--delta`
741   + use `PKGDEST` instead of `makepkg.conf` to set package destination
743 * `aur-chroot`
744   + add `AUR_DEBUG` environment variable
745   + add `--packagelist`
746     - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
747   + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
748   + remove `--database`
749   + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
750     - `--suffix` to override `extra` in the default path
751     - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
753 * `aur-fetch`
754   + add `AUR_DEBUG`, `NO_COLOR` environment variables
755   + add `--results` (colon-delimited output)
756   + add `--sync`
757     - only run `git fetch` by default;
758     - run `git reset` if `--sync=reset` is specified;
759     - run `git rebase` if `--sync=rebase` is specified;
760     - run either `git reset` or `git rebase` if `--sync=auto` is specified
761   + exit `1` if `git clone` or `git fetch` failed
762   + remove support for `tar` archives
763   + remove diff output (`--log-dir`, `--verbose`, `--format`)
764     - diffs can be generated from the extended --results output (done in `aur-sync`)
765   + remove setting `orderfile` (done in `aur-sync`)
766   + use `git -C` for `git` calls
768 * `aur-jobs` (removed)
769   - remove script
771 * `aur-pkglist`
772   + add `AUR_DEBUG` environment variable
773   + use `curl` for transfers instead of `wget`
775 * `aur-rpc` (`aur-query`)
776   + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
777   + rename to `aur-query`
778   + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
779   + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
780   + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
781   + use `curl` for transfers instead of `wget`
782     - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
783     - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
784   + exit `1` if a transfer failed
786 * `aur-repo-filter`
787   + add `AUR_DEBUG` environment variable
788   + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
789   + use `pacinfo` for package information instead of `expac`
791 * `aur-repo`
792   + add `AUR_DEBUG` environment variable
793   + add `--config`
794   + add `--ini`
795   + add `--quiet`/`-q` (`aur-vercmp -q`)
796   + add `--table`
797   + add pacman configuration to `--status-format` (colon-delimited)
798   + print fully resolved path to local repository
799   + require `--path` to print the local repository path
800   + remove `expac` dependency
802 * `aur-search`
803   + add `AUR_DEBUG`, `NO_COLOR` environment variables
804   + unset `LC_ALL` when printing `Popularity`
806 * `aur-srcver`
807   + add `AUR_DEBUG` environment variable
808   + add `--jobs`
809   + do not use `makepkg --log`
810   + remove `parallel` dependency
812 * `aur-sync`
813   + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
814     - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
815   + add `--rebuild-all`
816   + add mollyguard for running as the `root` user
817   + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
818   + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
819   + enable `--provides` by default
820     - disable with `--no-provides`
821     - specify repositories with `--provides-from` (comma-delimited)
822   + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
823   + remove `parallel` dependency
824   + remove `AURDEST_SNAPSHOT` environment variable
825   + remove `--git`, `--tar`
826   + rename `--print` to `--no-build`/`-o`
827   + rename `--no-ver-shallow` to `--no-ver-argv`
828   + store commits viewed by the user (#379, #711)
829   + use `aur-fetch --sync=auto`
831 * `aur-vercmp`
832   + add `AUR_DEBUG`, `NO_COLOR` environment variables
834 * `Makefile`
835   + allow overriding `AUR_LIB_DIR` at build time
837 ## 2.3.7
839 ## 2.3.6
841 ## 2.3.5
843 ## 2.3.4
845 ## 2.3.3
847 ## 2.3.2
849 ## 2.3.1 - 2019-02-21
851 * `aur-build`
852   + add `--results`
853 * `aur-sync`
854   + documentation updates (#350, #507)
855   + ask for confirmation if `PAGER` is set (#530)
856 * `aur-repo-filter`
857   + documentation updates (#438)
859 ## 2.3.0 - 2019-02-18
861 * `aur-build`
862   + add `--holdver` to makepkg with `--pkgver`
863   + exit 2 if `db_path` is not found
864 * `aur-repo-filter`
865   + support versioned packages (#404)
866   + remove `--repo` alias to `--database`
867 * `aur-srcver`
868   + remove `--noprepare` from default makepkg options
869   + add `--noprepare` option (#523)
870 * `aur-sync`
871   + wrap repo-add `-R` (#521)
872   + add `--no-graph` (workaround for #516)
873 * `aur-vercmp`
874   + add `-q`/`--quiet`
875   + rename `--equal` to `--current`
876 * `completions`
877   + group options by type (#520)
878   + complete `aur-depends` options (#526)
880 ## 2.2.1 - 2019-01-25
882 * `aur-build`
883   + add `--holdver` to `makepkg` options if `--pkgver` is enabled
884 * `aur-repo`
885   + do not include `repo:` in error messages
886   + `--all` implies `--upgrades`
887 * `aur-sync`
888   + `cd` before invoking `$PAGER` (#518)
889 * `aur-repo-filter`
890   + if `stdin` is connected to a terminal, mention this on `stderr`
891 * `aur-rpc`
892   + if `stdin` is connected to a terminal, mention this on `stderr`
893 * `aur-vercmp`
894   + if `stdin` is connected to a terminal, mention this on `stderr`
896 ## 2.2.0 - 2019-01-22
898 * `aur`
899   + update `CacheDir` instructions in `aur(1)`
900 * `aur-build`
901   + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
902   + remove `~` package backup on `--force` (#444)
903   + propagate `--pacman-conf` to `pacman-conf` (local builds)
904   + unset `PKGDEST` prior to running `makepkg` (#513)
905   + remove `--rmdeps` from default options (#508)
906 * `aur-fetch`
907   + expose AUR URL through `AUR_LOCATION` environment variable
908 * `aur-pkglist`
909   + do not require `-P` for regex match
910   + Expose AUR URL through `AUR_LOCATION` environment variable
911 * `aur-rpc`
912   + add `--rpc-ver`, `--rpc-url`
913   + Expose AUR URL through `AUR_LOCATION` environment variable
914 * `aur-search`
915   + exit 1 on no results
916   + exit 2 on AUR error (e.g. "too many results")
917   + Expose AUR URL through `AUR_LOCATION` environment variable
918 * `aur-sync`
919   + add `--pkgver` (`aur-build --pkgver`)
920   + remove `--rmdeps` from default options (#508)
921 * `completion`
922   + allow `zsh run-help` to display the correct man page (#506)
924 ## 2.1.0 - 2019-01-16
926 * `aur-build` 
927   + `--build-command` now works correctly
928   + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
929 * `aur-depends`
930   + now takes input as arguments, instead from `stdin`
931   + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
932 * `aur-search`
933   + add `--raw` to display JSON output
934 * `aur-sync`
935   + add `--ignore-file` (same as `aursync --ignore`)
936   + check the (`.SRCINFO`) dependency graph before file inspection
937 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
939 ## 2.0.1 - 2019-01-11
941 * `aur-build`
942   + do not export PKGDEST for non-chroot builds (#498)                               
943   + add --build-command (#498)
944   + man page updates (#217)
945 * `aur-sync`
946   + add --keep-order for parallel aur-fetch
948 ## 2.0.0 - 2019-01-10
950 * `aur` *(new)*
951   + wrapper for the new `git(1)` based design
952 * `aur-build`
953   + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
954   + abort if updating a signed database without `-s` (#246)
955   + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
956   + add `--makepkg-conf`, `--pacman-conf` (#242)
957   + use `pacman-conf` instead of `pacconf`
958 * `aur-chroot` *(new)*
959   + new tool containing the functionality of `aur-build -c`
960   + support container builds without using a local repository
961   + support multiple repositories
962   + preserve `GNUPGHOME` (#427)
963   + use `pacman-conf` instead of `pacconf`
964 * `aur-fetch`
965   + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
966   + use `wget` instead of `aria2c` or `curl`
967   + support diffs for `tar` snapshots (requires: `diffstat`)
968 * `aur-graph`
969   + rewrite in awk (#361)
970   + add support for virtual and versioned dependencies (#10)
971 * `aur-repo` *(new)*
972   + manage local repositories
973 * `aur-rpc` *(new)*
974   + send `GET` requests to `aurweb`
975   + use `wget` instead of `aria2c` or `curl`
976 * `aur-search` 
977   + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
978   + add `depends`, `makedepends` search (#432)
979   + add popularity to `brief` output (#420)
980   + colorize if `stdout` is a terminal (#473)
981   + use intersection of results for multiple terms (#328)
982   + use `aur-rpc` to query `aurweb`
983 * `aur-sync`
984   + add `AUR_PAGER` environment variable (file review, #51)
985   + add `--bind-rw` (#428)
986   + add `--ignore-arch` (`makepkg -A`, #309)
987   + add `--nover-shallow` (only check versions for depends, #374)
988   + add `--provides` (virtual dependencies, #452)
989   + add `--rebuild`, `--rebuildtree` aliases (#424)
990   + rename `--repo` to `--database` (#353)
991   + the `--ignore` option now takes a comma-separated list of packages
992   + fetch sources in parallel
993   + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
994 * `aur-srcver` *(new)*
995   + print latest revision of VCS packages
996 * `aur-vercmp-devel` *(new)*
997   + compare latest revision of VCS packages to a local repository
998 * `officer` *(removed)*
999   + removed in favor of `pacman --config`
1000 * `completion`
1001   + add `bash` completion (requires: `bash-completion`)
1002   + add `zsh` completion in a later release (#458)
1003 * Fixes for known issues in `1.5.3`.