aurutils: v20.3
This commit is contained in:
parent
57cc7aa624
commit
94f6e72359
3 changed files with 27 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 20.1
|
||||
pkgver = 20.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
install = aurutils.install
|
||||
|
@ -21,7 +21,7 @@ pkgbase = aurutils
|
|||
optdepends = bat: view-delta example script
|
||||
optdepends = git-delta: view-delta example script
|
||||
optdepends = python-srcinfo: sync-rebuild example script
|
||||
source = aurutils-20.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/20.1.tar.gz
|
||||
sha256sums = 8a7fa24e0c8f17ffa95e4028c901aab1fe41a343d2a3eb7c25d3490e00fcd401
|
||||
source = aurutils-20.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/20.3.tar.gz
|
||||
sha256sums = 2732390934d27ce33b1f15792eec32ead64604b0cce728025690253b6183787b
|
||||
|
||||
pkgname = aurutils
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
|
||||
|
||||
pkgname=aurutils
|
||||
pkgver=20.1
|
||||
pkgver=20.3
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
url='https://github.com/AladW/aurutils'
|
||||
|
@ -12,7 +12,7 @@ license=('ISC')
|
|||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
changelog=aurutils.changelog
|
||||
install=aurutils.install
|
||||
sha256sums=('8a7fa24e0c8f17ffa95e4028c901aab1fe41a343d2a3eb7c25d3490e00fcd401')
|
||||
sha256sums=('2732390934d27ce33b1f15792eec32ead64604b0cce728025690253b6183787b')
|
||||
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
|
||||
optdepends=('bash-completion: bash completion'
|
||||
'zsh: zsh completion'
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
## 20.3
|
||||
|
||||
* `perl`
|
||||
+ recursively remove targets with `Depends::prune` (#1184)
|
||||
|
||||
## 20.2
|
||||
|
||||
* `aur-build`
|
||||
+ add `AUR_MAKEPKG_GNUPGHOME`, `--makepkg-gnupghome`
|
||||
+ propagate `LOGDEST` to `aur-chroot`
|
||||
|
||||
* `aur-sync`
|
||||
+ add `--auto-key-retrieve`
|
||||
- retrieve PGP keys to `AUR_SYNC_GNUPGHOME` keyring
|
||||
- keyring defaults to `$XDG_DATA_HOME/aurutils/sync/gnupg`
|
||||
+ add diagnostic for tsort failure (#1039)
|
||||
|
||||
## 20.1
|
||||
|
||||
* `aur-chroot`
|
||||
+ avoid triggering `--status` when `--path` is given (#1181)
|
||||
|
||||
## 20
|
||||
|
||||
* `aur-chroot`
|
||||
|
|
Loading…
Add table
Reference in a new issue