diff --git a/.SRCINFO b/.SRCINFO index 0143bb4..105e582 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 6.1 + pkgver = 6.2 pkgrel = 1 url = https://github.com/AladW/aurutils install = aurutils.install @@ -16,7 +16,7 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = aurutils-6.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.1.tar.gz - sha256sums = 2540e1149286328569df95bcba1b43a94602607fef631a54e71614b34f0d277d + source = aurutils-6.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.2.tar.gz + sha256sums = bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 99b7467..ac8f66a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter # Co-Maintainer: Cedric Girard pkgname=aurutils -pkgver=6.1 +pkgver=6.2 pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -10,7 +10,7 @@ license=('custom:ISC') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz") changelog=aurutils.changelog install=aurutils.install -sha256sums=('2540e1149286328569df95bcba1b43a94602607fef631a54e71614b34f0d277d') +sha256sums=('bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b') depends=('git' 'jq' 'pacutils' 'curl' 'expect') optdepends=('bash-completion: bash completion' 'zsh: zsh completion' diff --git a/aurutils.changelog b/aurutils.changelog index d26b572..0ba20e5 100644 --- a/aurutils.changelog +++ b/aurutils.changelog @@ -1,3 +1,21 @@ +## 6.2 + +* `aur-pkglist` + - add `-v` / `--verify` (verifies published sha256sums) + +* `aur-repo-filter` + - add repository to dependency messages ("dependency foo satisfied by repo/bar") + - deduplicate results on stdout + +## 6.1 + +* `aur-search` + - do not print additional messages on errors or no results + +* `aur-query` + - add `-a` alias for `--any` + - add missing newline in case of errors (`jq -r`) + ## 6 In previous versions, `aur search` would display an intersection of search