Skip to content

Commit

Permalink
👍 Bump: Bump package to latest upstream version
Browse files Browse the repository at this point in the history
On branch main
- Changes to be committed:
  - modified:   .SRCINFO
  - modified:   PKGBUILD
  - modified:   aurutils.changelog
  • Loading branch information
rossclarkartist committed Aug 30, 2022
1 parent e8def1d commit cdb3dc7
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = Helper tools for the arch user repository
pkgver = 9.6
pkgver = 10b
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
Expand All @@ -18,7 +18,7 @@ pkgbase = aurutils
optdepends = vifm: default pager
optdepends = zsh: zsh completion
optdepends = ninja: aur-sync ninja support
source = aurutils-9.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/9.6.tar.gz
sha512sums = ab390f02e5b85ffeb6ddbb81eb145aff6cee26764b291970383c6faafad2909047fc1dcf8cc89fdee207c30bb0648422833d0f1211035a25218f8fcce1fe079b
source = aurutils-10b.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/10b.tar.gz
sha512sums = 190b5cb3c0fed6efad9f15b83c87dea269ba645c320e91e27d8ae111c183949a602cfd8e75079426719986dbcee1f85d709155dde1ae2e1d87433b32b12e56d1

pkgname = aurutils
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


pkgname=aurutils
pkgver=9.6
pkgver=10b
pkgrel=1
pkgdesc="Helper tools for the arch user repository"
url="https://github.com/AladW/aurutils"
Expand All @@ -28,7 +28,7 @@ source=(
changelog=aurutils.changelog
install=aurutils.install
sha512sums=(
"ab390f02e5b85ffeb6ddbb81eb145aff6cee26764b291970383c6faafad2909047fc1dcf8cc89fdee207c30bb0648422833d0f1211035a25218f8fcce1fe079b"
"190b5cb3c0fed6efad9f15b83c87dea269ba645c320e91e27d8ae111c183949a602cfd8e75079426719986dbcee1f85d709155dde1ae2e1d87433b32b12e56d1"
)
depends=(
# Official Arch Linux repositories
Expand Down
48 changes: 48 additions & 0 deletions aurutils.changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,58 @@
## 10

* `aur`
+ support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
+ add `--env`

* `aur-build`
+ use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
+ use `$PWD` as default value for `$LOGDEST`
+ bug fixes for gpg signing (`--sign`)

* `aur-chroot`
+ use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)

* `aur-fetch`
+ `--sync=auto`: run `git-merge` instead of `git-reset`
- add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
- fix a bug where setting `aurutils.rebase` affected unrelated targets
- set default author for merge commits to `aurutils@localhost`
+ `--sync=auto` now preserves local changes by default
- `--discard` (`-f`) resets the branch on new upstream commits
+ add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
+ support multiple branches, with commits merged from `origin/master`

* `aur-pkglist`
+ output is now independent of command-line argument order
+ deprecate `-I`, `-S`, `-u`
- renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
+ deprecate `-J` (`--json`)
- behaves like `--plain`, remove pretty-printing with `jq`
+ add `--systime`

* `aur-repo`
+ `-q` now applies to `--list` and `--upgrades`
+ add `--list-attr`
+ deprecate `--status-file`

* `aur-search`
+ add `--color` (`auto`, `always`, `none`)

* `aur-srcver`
+ remove `-E`, `--env` (deprecated in v8)

* `aur-sync`
+ use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
- support for sections (introduced with v6.3) is removed (#880)
- <PACKAGE> ignores apply to all local repositories
+ add `--rebase`, `--reset` options for `aur-fetch`
+ exit 22 on dependency cycles (v7 regression)
+ filter dependency graph by pkgname, not depends (v7 regression)
+ store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`

* `completions`
+ major overhaul of zsh completions (#990)

## 9.6

* `aur-pkglist`
Expand Down Expand Up @@ -719,3 +766,4 @@ were part of the 3.0.0 release tarball, but not the 3.0.0 tag. The 3.0.1 tag now
+ add `bash` completion (requires: `bash-completion`)
+ add `zsh` completion in a later release (#458)
* Fixes for known issues in `1.5.3`.

0 comments on commit cdb3dc7

Please sign in to comment.