aurutils: 6.2
This commit is contained in:
parent
03d79ed2b2
commit
91ab4cf93a
3 changed files with 23 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue