4 + prefix pacman.conf in error messages (#1118)
7 + propagate `--pacman-conf` to local repository upgrade
12 + fix incomplete output with `--search` (`--json`, #1120)
16 * `aur-build--pkglist`
17 + do not source `PKGBUILD` in `$PATH` (#1115)
20 + use pacman `DBPath` as `root` (`--sync`)
23 + skip lines with equal `pkgbase` (`--pkgbase`)
28 + do not require `file://` path for specified repository (#1113)
31 + fix regression introduced in v18 (#1112)
34 + fix `--temp` (#1111)
39 + remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18
45 + shell escape file paths in diagnostics
48 + take file paths in `/etc/aurutils` into account
49 + add `--build` options (`-A`, `--nocheck`, `--namcap`, `--checkpkg`, `--temp`, `--user`)
51 + `--path` is now deprecated
52 + `--suffix` no longer defaults to `extra`
55 + `RequiredBy` is now a flat dictionary (`--json`, `--jsonl`)
58 + only run git-rebase/merge on new upstream commits
61 + shell escape printed file paths
63 + require a configured pacman repository (`--database`)
68 + use `printf` instead of `warning` (#1101)
73 + remove repository write check
76 + rename `sync-rebuild --vcs` to `--pkgver`
81 + add `--vcs` for `sync-rebuild`
86 + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
89 + remove `python-pyxdg` dependency (#1096)
90 + fixes for `sync-rebuild` (#1096)
95 + add `--chroot`, `--user` for `sync-rebuild`
100 + improve `Repository` field
101 + check database extension
104 + add AUR dependency resolution for `sync-rebuild`
108 + only print queue with `--no-build` to standard output
113 + `--save` now applies when building packages
118 + fixes for `sync-rebuild`
123 + `--status` is now the default
124 + add `Repository` to `--json` / `--jsonl` output
127 + add `%R` format option
130 + `write_json()` now returns a string
133 `--env` now prints `PERL5LIB`
138 + add `--search`, `--search-by` (#1057)
141 + `--save`: do not use `/dev/stdout` (#1083)
146 + remove `AUR_EXEC_PATH` from `sync-asroot` [fixup]
151 + support makepkg configuration in `/etc/aurutils` (#1076)
162 + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
163 + `sync-rebuild` python rewrite
167 * `aur-pkglist`, `aur-view`, `aur-search`
168 + prefix errors with command name
173 + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
178 + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
183 + add `--format` (`-f`), `--delim`
186 + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
189 + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
190 + update documentation
193 + `sync-rebuild` now respects package `epoch`
198 + fix exit codes for `tsort`, `aur-repo-parse`
203 + add `Self` dependency for every target (#1065)
206 + `--rebuild-tree` now implies `--no-provides` (#1068)
207 + add `--no-sync` (`aur-build --no-sync`) (#1064)
212 + add `--show-all` (alias for `--all`)
213 + prune virtual targets with `--all`
218 + fix regression in 13.6
223 + fix output when non-AUR targets are specified on the command-line (#1062)
228 + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
233 + exit 0 on empty stdin (`-`, `/dev/stdin`)
236 + exit 0 on empty stdin (`-`, `/dev/stdin`)
239 + exit 0 on empty stdin (`-`, `/dev/stdin`)
242 + evaluate `AUR_CONFIRM_PAGER`
247 + correctly install to `AUR_LIB_DIR`
250 + get local repository state before `--chroot` configuration
256 + fixes for `aur-format`
261 + set `pkgname` as fallback for `pkgbase` (#1058)
266 + fix regression for `aur-fetch--mirror`
271 + add `--null` (`-z`)
272 + add `AUR_BUILD_PKGLIST` environment variable
274 * `aur-build--pkglist`
275 + remove `--user` (`-U`)
276 + only run as root with `AUR_ASROOT` set
279 + add `--assume-installed`
282 + accept arbitrary source directories as arguments
283 + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
284 + add `AUR_MAKEPKG` environment variable
285 + only run as root with `AUR_ASROOT` set
286 + exit 1 if any `makepkg` job failed
289 + `--ignore` now removes dependencies of ignored targets
292 + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
297 + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
300 + documentation updates
305 + merge helper `aur-build--sync` back to `aur-build`
306 + avoid errors with PKGBUILDs that fail to source with `set -e`
309 + `unbuffer` is now optional (#1052)
312 + use null seperated lists as input to vifm(1)
318 + unset `CDPATH` where needed
319 + use `getopt` instead of `parseopts.sh` from libmakepkg
322 + documentation updates
327 + add `aur-build--sync` helper for local repository upgrades
328 - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
329 - local repository upgrades are now unaffected by `--pacman-conf`
330 + add `exist:` to `--results` output
332 + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
333 + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
334 + replace experimental `AUR_ASROOT` functionality (#1023)
335 - add `examples/sync-asroot`
336 - add `--user` to `aur-build--pkglist`
337 - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
340 + remove `--packagelist` (deprecated in v8)
341 + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
345 + add `--json`, `--reverse`
346 + take provides on the command-line into account (#837)
347 - add `--no-provides`
348 + default output changed to `--graph --pkgbase`
349 - ordered output with `aur-depends --reverse | tsort`
352 + add `aur-fetch--mirror` helper for `aur.git` mirrors
353 - defaults to `github.com/archlinux/aur`
354 - enable with `AUR_FETCH_USE_MIRROR=1`
355 + run flock(1) when modifying existing repositories
356 + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
359 + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
360 - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
361 - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
364 + add `--json`, `--jsonl`
368 + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
369 + set operations (union, intersection) are moved to `aur-search`
370 - remove `--any`, `--exit-if-empty`
372 + remove `--dump-curl-config`
373 - print command-lines with `AUR_DEBUG=1`
374 + `-t` / `--type` is now a required parameter
379 - `-r` is now an alias to `--reverse`
380 + add `--submitter`, `--provides`, `--conflicts`, `--replaces`,
381 `--keywords`, `--comaintainers`
382 + exit 4 on AUR response errors such as `query too small` (was: exit 2)
385 + add diagnostic for missing packages with `--continue`
386 + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
390 + add `--exclude`, `--prefix`
399 + support extending `zsh` completion for third party commands (#1016)
402 + add `view-delta` (requires: `bat`, `git-delta`)
408 + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
412 + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
413 + use `$PWD` as default value for `$LOGDEST`
414 + bug fixes for gpg signing (`--sign`)
417 + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
420 + `--sync=auto`: run `git-merge` instead of `git-reset`
421 - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
422 - fix a bug where setting `aurutils.rebase` affected unrelated targets
423 - set default author for merge commits to `aurutils@localhost`
424 + `--sync=auto` now preserves local changes by default
425 - `--discard` (`-f`) resets the branch on new upstream commits
426 + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
427 + support multiple branches, with commits merged from `origin/master`
430 + output is now independent of command-line argument order
431 + deprecate `-I`, `-S`, `-u`
432 - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
433 + deprecate `-J` (`--json`)
434 - behaves like `--plain`, remove pretty-printing with `jq`
438 + `-q` now applies to `--list` and `--upgrades`
440 + deprecate `--status-file`
443 + add `--color` (`auto`, `always`, `none`)
446 + remove `-E`, `--env` (deprecated in v8)
449 + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
450 - support for sections (introduced with v6.3) is removed (#880)
451 - <PACKAGE> ignores apply to all local repositories
452 + add `--rebase`, `--reset` options for `aur-fetch`
453 + exit 22 on dependency cycles (v7 regression)
454 + filter dependency graph by pkgname, not depends (v7 regression)
455 + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
458 + major overhaul of zsh completions (#990)
463 + add `AUR_METADEST` (directory where metadata archives are stored)
467 + write `git-merge` to `results_file` if the command is run
472 + add `--results-append`
473 + write results file as build user
476 + support `--type=suggest`
481 + revert "retrieve local repository before setting --chroot paths"
491 + deprecate `--results`
492 + retrieve local repository before setting `--chroot` paths
493 + unset `PKGEXT` when using `--chroot`
496 + use OSC8 terminal hyperlinks (#849)
500 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
501 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
502 effect when running `aur-build` as a regular user.
506 $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
508 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
509 the root environment are preserved for user commands, similar to `runuser -c`.
510 Host builds using `makepkg --syncdeps` to install dependencies require further
513 ┌──────────────────────────────────────────────────────────────────────────────┐
516 │ Running `aur-build` as root is experimental and disabled by default. If your │
517 │ install breaks, you get to keep both pieces. │
518 └──────────────────────────────────────────────────────────────────────────────┘
526 + add `aur-build--pkglist`
530 + redirect `makepkg -od` output (`--pkgver`) to stderr
531 + sign existing packages (#967)
534 + add `--no-pager` to the `git log` command (#969)
535 + `--existing`: clone instead of skip targets if they exist
538 + redirect `aur-fetch` output to stderr (#974)
550 + add `vercmp-devel`, `sync-list`
551 + rename `aur-sync-devel` to `sync-devel`
556 + add separator before first failed package
559 + handle empty `git` repositories (#959)
562 + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
567 + fix directory to source the build script from (#958)
573 The `aur-chroot` command-line was changed so that `--create`, `--build` and
574 `--update` can be used in a single command. Command-line arguments are now
575 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
576 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
577 available. As `aur-build --margs`, these take a comma-delimited string and
578 can be specified multiple times. (Issues: #950, #807)
580 The `--packagelist` command is now deprecated. The container path can be
581 retrieved with the `--path` option, e.g for use with `makepkg --config`.
584 + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
587 + add `--buildscript`
588 + deprecate `-E` / `--env`
589 - `get_full_version` from `libmakepkg` is now used after running `makepkg`
590 + take arguments from `stdin` if `-` is specified
593 + run `aur-fetch` and `aur-view` before `aur-srcver`
594 + sample code remaned to `aur-sync-devel`
599 + add `OptDepends` to `--info` output (#945)
600 + handle empty keywords in `--info` output (#946)
603 + add `--optdepends` (#945)
606 + add `--optdepends` (#945)
611 + pass --nocheck to chroot (#942)
614 + avoid off-by-one in ninja build summary (#940)
617 + do not abort if `-t` is unspecified (#938)
621 This release adds optional support for the `ninja` build system. If the
622 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
623 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
624 command-line. This allows to continue building a series of packages when
625 several failed, with the maximum of failed targets controlled by the `-k` /
626 `--keep-going` option. On failure, a summary of successful ("OK") and failed
627 ("FAIL") package builds is printed. The `--no-build` option in turn only
628 generates `build.ninja`, and prints the corresponding directory to `stdout`.
630 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
631 script. It can be used with other `aur` programs that output `pkgbase
632 depends_pkgbase` pairs, for example:
634 $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
636 When running `ninja` on the resulting file, each successfully built `pkgbase`
637 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
638 modified, it will be marked for rebuilding by `ninja`. This can for example be
639 used for a git repository which hosts multiple `PKGBUILD` directories.
645 - checkdepends are now removed during dependency resolution, not afterwards (#882)
650 - `--ignore-file` now supports per-repository sections (INI-style)
651 - do not ignore targets when specified on the command-line
656 - add `-v` / `--verify` (verifies published sha256sums)
659 - add repository to dependency messages ("dependency foo satisfied by repo/bar")
660 - deduplicate results on stdout
665 - do not print additional messages on errors or no results
668 - add `-a` alias for `--any`
669 - add missing newline in case of errors (`jq -r`)
673 In previous versions, `aur search` would display an intersection of search
674 results, the symmetric difference with `-a` (bug), and the concatenation with
677 `aur search -a` now correctly returns the union, and the `-r` output is
678 processed with jq(1) to return the intersection by default, or the union (with
679 duplicates removed) with `-a`. This processing is done because the RPC
680 interface as of aurweb 6.0.11 does not expose set operations, and so
681 `aur-search` performs one search for each argument. `aur search --json` was
682 added as an alias to `--raw`, and the latter option is now deprecated.
684 The implementation is done in `aur-query`, which now takes the intersection of
685 search results by default. The union can be taken with `aur query --any`, or
686 unprocessed results shown with `-r` or `--raw`. In each case, the output is
687 newline delimited (JSON Lines, `jq -r`). If the search completed without
688 results, `aur-query` will either exit with status 0 (if no request resulted in
689 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
690 resulted in an error).
692 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
693 been reduced to 500 after experiencing issues with a larger number of
694 arguments. Users looking to use `aur-query -t info` with a very large number
695 of arguments should instead consider `aur pkglist --info`.
696 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
701 + add `-E` / `--env` (#898)
704 + support HTTP POST for info-type requests
705 + use `aurutils` user agent (`curl -A`)
708 + use `aurutils` user agent (`curl -A`)
711 + add `--config` to set pacman configuration
716 + fix regressions with `--ignore` from 4.3 release
721 + wordsplit MAKEPKG and PACMAN_AUTH
724 + improve error handling
729 + support PACMAN_AUTH environment variable for custom elevation command
732 + improve error handling
733 + remove extraneous `--` on `--path` output
738 + handle absolute paths in `--arg-file`
741 + add `--users` (`-U`) to retrieve a list of AUR users
742 + update aur-pkglist(1) man page
745 + fix formatting for `--table` and packages with no dependencies
750 + add `--no-check` (`makepkg --nocheck`)
756 + add compatibility options (`--recurse`)
759 + add compatibility options (`--path`, `--path-list`, `--repo-list`)
760 + fix regression with `AUR_QUERY_PARALLEL`
763 + add `--no-check` (short for `--no-checkdepends`)
764 - implies `aur-build --no-check`
765 + apply `--ignore` to local repository targets
766 + `--ignore-file` now works with process substitution (#880)
767 + remove `--no-depends`, `--no-makedepends`
771 `aur-query` and `aur-fetch` now take arguments from the command-line
772 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
773 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
774 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
775 explicit `--recurse` option was removed.
777 The `-` argument propagates to `aur-depends` and `aur-search`
778 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
779 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
785 + support AUR_LOCATION
786 + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
787 + complete aur-query(1) man page
790 + support multiinfo and search dumps (`--info`, `--search`)
791 + support HTTP Last-Modified
797 + new script that includes the package inspection logic from `aur-sync`
802 + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
803 + resolve path argument to `--results`
804 + use `aur repo --status` for repository selection
805 - allows specifying `--root` without `--database`
806 + print diagnostic if packages were not moved to local repository (#794)
807 + merge `--config` and `--pacman-conf` (#808, #824)
808 + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
809 + add diagnostic if chroot pacman.conf is non-existing (#783)
812 + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
813 + add dependency kind column to `--table` output
816 + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
819 + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
821 - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
823 + rename `--repo-list` to `--list-repo`
824 + rename `--path-list` to `--list-path`
827 + run `pacsift` with `unbuffer` (#804)
830 + remove colon from `checkupdates` and `equal_or_newer` format (#833)
832 ## 3.1.2 - 2020-11-09
834 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
837 ## 3.1.1 - 2020-11-09
842 ## 3.1.0 - 2020-11-09
845 + fix example `aur-remove` script (#785)
848 + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
849 + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
853 - seperate mode which runs `mkarchroot` with packages taken from the command-line
854 - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
855 - `--update` no longer runs `mkarchroot`
856 + `--packagelist` now uses `makepkg.conf` inside the container
857 + add `Devtools limitations` section to `aur-chroot.1` (#782)
858 + add additional error messages for missing pacman configuration
862 + update man page for new arguments (#784)
863 + remove `--ini` (only offered pacman.conf information)
865 ## 3.0.3 - 2020-11-02
867 * fix broken `zsh` completion (#776)
868 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
870 ## 3.0.2 - 2020-10-30
873 + add missing `--suffix` option (#773)
875 ## 3.0.1 - 2020-10-29
879 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
880 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
882 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.
884 ## 3.0.0 - 2020-10-29
887 + add `AUR_EXEC_PATH` environment variable
888 + add example `aur-gc`, `aur-remove` scripts to `aur.1`
891 + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
892 + add mollyguard for running as the `root` user
893 + add `build:` prefix to `--results` output
894 - `build:file:///path/to/package.tar.xz`
895 + add `--new`, `--prevent-downgrade` (`repo-add` options)
896 + add `Running` message for all `makepkg` invocations
897 + replace `--build-command` with `--margs` and `$MAKEPKG`
898 + remove default `makepkg` arguments (#635)
899 - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
900 - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
901 - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
902 - make `-S` an alias for `--sign` (was: `-s`)
903 + use `--margs` to set makepkg options instead of EOF seperator (`--`)
904 + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
905 + use `makepkg --noextract` if `--pkgver` is specified (#708)
906 + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
907 + pass pacman.conf (`--config`) to `aur-repo` (#654)
908 + only remove intermediary package directory if empty (#602)
910 + use `PKGDEST` instead of `makepkg.conf` to set package destination
913 + add `AUR_DEBUG` environment variable
914 + add `--packagelist`
915 - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
916 + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
917 + remove `--database`
918 + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
919 - `--suffix` to override `extra` in the default path
920 - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
923 + add `AUR_DEBUG`, `NO_COLOR` environment variables
924 + add `--results` (colon-delimited output)
926 - only run `git fetch` by default;
927 - run `git reset` if `--sync=reset` is specified;
928 - run `git rebase` if `--sync=rebase` is specified;
929 - run either `git reset` or `git rebase` if `--sync=auto` is specified
930 + exit `1` if `git clone` or `git fetch` failed
931 + remove support for `tar` archives
932 + remove diff output (`--log-dir`, `--verbose`, `--format`)
933 - diffs can be generated from the extended --results output (done in `aur-sync`)
934 + remove setting `orderfile` (done in `aur-sync`)
935 + use `git -C` for `git` calls
937 * `aur-jobs` (removed)
941 + add `AUR_DEBUG` environment variable
942 + use `curl` for transfers instead of `wget`
944 * `aur-rpc` (`aur-query`)
945 + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
946 + rename to `aur-query`
947 + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
948 + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
949 + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
950 + use `curl` for transfers instead of `wget`
951 - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
952 - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
953 + exit `1` if a transfer failed
956 + add `AUR_DEBUG` environment variable
957 + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
958 + use `pacinfo` for package information instead of `expac`
961 + add `AUR_DEBUG` environment variable
964 + add `--quiet`/`-q` (`aur-vercmp -q`)
966 + add pacman configuration to `--status-format` (colon-delimited)
967 + print fully resolved path to local repository
968 + require `--path` to print the local repository path
969 + remove `expac` dependency
972 + add `AUR_DEBUG`, `NO_COLOR` environment variables
973 + unset `LC_ALL` when printing `Popularity`
976 + add `AUR_DEBUG` environment variable
978 + do not use `makepkg --log`
979 + remove `parallel` dependency
982 + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
983 - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
984 + add `--rebuild-all`
985 + add mollyguard for running as the `root` user
986 + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
987 + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
988 + enable `--provides` by default
989 - disable with `--no-provides`
990 - specify repositories with `--provides-from` (comma-delimited)
991 + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
992 + remove `parallel` dependency
993 + remove `AURDEST_SNAPSHOT` environment variable
994 + remove `--git`, `--tar`
995 + rename `--print` to `--no-build`/`-o`
996 + rename `--no-ver-shallow` to `--no-ver-argv`
997 + store commits viewed by the user (#379, #711)
998 + use `aur-fetch --sync=auto`
1001 + add `AUR_DEBUG`, `NO_COLOR` environment variables
1004 + allow overriding `AUR_LIB_DIR` at build time
1018 ## 2.3.1 - 2019-02-21
1023 + documentation updates (#350, #507)
1024 + ask for confirmation if `PAGER` is set (#530)
1026 + documentation updates (#438)
1028 ## 2.3.0 - 2019-02-18
1031 + add `--holdver` to makepkg with `--pkgver`
1032 + exit 2 if `db_path` is not found
1034 + support versioned packages (#404)
1035 + remove `--repo` alias to `--database`
1037 + remove `--noprepare` from default makepkg options
1038 + add `--noprepare` option (#523)
1040 + wrap repo-add `-R` (#521)
1041 + add `--no-graph` (workaround for #516)
1043 + add `-q`/`--quiet`
1044 + rename `--equal` to `--current`
1046 + group options by type (#520)
1047 + complete `aur-depends` options (#526)
1049 ## 2.2.1 - 2019-01-25
1052 + add `--holdver` to `makepkg` options if `--pkgver` is enabled
1054 + do not include `repo:` in error messages
1055 + `--all` implies `--upgrades`
1057 + `cd` before invoking `$PAGER` (#518)
1059 + if `stdin` is connected to a terminal, mention this on `stderr`
1061 + if `stdin` is connected to a terminal, mention this on `stderr`
1063 + if `stdin` is connected to a terminal, mention this on `stderr`
1065 ## 2.2.0 - 2019-01-22
1068 + update `CacheDir` instructions in `aur(1)`
1070 + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
1071 + remove `~` package backup on `--force` (#444)
1072 + propagate `--pacman-conf` to `pacman-conf` (local builds)
1073 + unset `PKGDEST` prior to running `makepkg` (#513)
1074 + remove `--rmdeps` from default options (#508)
1076 + expose AUR URL through `AUR_LOCATION` environment variable
1078 + do not require `-P` for regex match
1079 + Expose AUR URL through `AUR_LOCATION` environment variable
1081 + add `--rpc-ver`, `--rpc-url`
1082 + Expose AUR URL through `AUR_LOCATION` environment variable
1084 + exit 1 on no results
1085 + exit 2 on AUR error (e.g. "too many results")
1086 + Expose AUR URL through `AUR_LOCATION` environment variable
1088 + add `--pkgver` (`aur-build --pkgver`)
1089 + remove `--rmdeps` from default options (#508)
1091 + allow `zsh run-help` to display the correct man page (#506)
1093 ## 2.1.0 - 2019-01-16
1096 + `--build-command` now works correctly
1097 + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
1099 + now takes input as arguments, instead from `stdin`
1100 + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
1102 + add `--raw` to display JSON output
1104 + add `--ignore-file` (same as `aursync --ignore`)
1105 + check the (`.SRCINFO`) dependency graph before file inspection
1106 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
1108 ## 2.0.1 - 2019-01-11
1111 + do not export PKGDEST for non-chroot builds (#498)
1112 + add --build-command (#498)
1113 + man page updates (#217)
1115 + add --keep-order for parallel aur-fetch
1117 ## 2.0.0 - 2019-01-10
1120 + wrapper for the new `git(1)` based design
1122 + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
1123 + abort if updating a signed database without `-s` (#246)
1124 + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
1125 + add `--makepkg-conf`, `--pacman-conf` (#242)
1126 + use `pacman-conf` instead of `pacconf`
1127 * `aur-chroot` *(new)*
1128 + new tool containing the functionality of `aur-build -c`
1129 + support container builds without using a local repository
1130 + support multiple repositories
1131 + preserve `GNUPGHOME` (#427)
1132 + use `pacman-conf` instead of `pacconf`
1134 + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
1135 + use `wget` instead of `aria2c` or `curl`
1136 + support diffs for `tar` snapshots (requires: `diffstat`)
1138 + rewrite in awk (#361)
1139 + add support for virtual and versioned dependencies (#10)
1140 * `aur-repo` *(new)*
1141 + manage local repositories
1143 + send `GET` requests to `aurweb`
1144 + use `wget` instead of `aria2c` or `curl`
1146 + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
1147 + add `depends`, `makedepends` search (#432)
1148 + add popularity to `brief` output (#420)
1149 + colorize if `stdout` is a terminal (#473)
1150 + use intersection of results for multiple terms (#328)
1151 + use `aur-rpc` to query `aurweb`
1153 + add `AUR_PAGER` environment variable (file review, #51)
1154 + add `--bind-rw` (#428)
1155 + add `--ignore-arch` (`makepkg -A`, #309)
1156 + add `--nover-shallow` (only check versions for depends, #374)
1157 + add `--provides` (virtual dependencies, #452)
1158 + add `--rebuild`, `--rebuildtree` aliases (#424)
1159 + rename `--repo` to `--database` (#353)
1160 + the `--ignore` option now takes a comma-separated list of packages
1161 + fetch sources in parallel
1162 + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
1163 * `aur-srcver` *(new)*
1164 + print latest revision of VCS packages
1165 * `aur-vercmp-devel` *(new)*
1166 + compare latest revision of VCS packages to a local repository
1167 * `officer` *(removed)*
1168 + removed in favor of `pacman --config`
1170 + add `bash` completion (requires: `bash-completion`)
1171 + add `zsh` completion in a later release (#458)
1172 * Fixes for known issues in `1.5.3`.