aurutils: 6.3

This commit is contained in:
Alad Wenter 2022-02-19 20:16:56 +01:00
parent 91ab4cf93a
commit 538892ec13
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 6.2
pkgver = 6.3
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.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.2.tar.gz
sha256sums = bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b
source = aurutils-6.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.3.tar.gz
sha256sums = 02c9c884d270306cd075fd19dee3945d9b148b5cfcd527618cf6d9778b1cfbd4
pkgname = aurutils

View File

@ -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.2
pkgver=6.3
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=('bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b')
sha256sums=('02c9c884d270306cd075fd19dee3945d9b148b5cfcd527618cf6d9778b1cfbd4')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'

View File

@ -1,3 +1,9 @@
## 6.3
* `aur-sync`
- `--ignore-file` now supports per-repository sections (INI-style)
- do not ignore targets when specified on the command-line
## 6.2
* `aur-pkglist`