aurutils: v18.3

This commit is contained in:
Alad Wenter 2023-10-02 14:47:54 +02:00
parent f3f6c5c7fe
commit 8e35f605de
3 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 18.2
pkgver = 18.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-18.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.2.tar.gz
sha256sums = 8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9
source = aurutils-18.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.3.tar.gz
sha256sums = 7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be
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=18.2
pkgver=18.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=('8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9')
sha256sums=('7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'

View file

@ -1,3 +1,14 @@
## 18.3
* `aur-build--pkglist`
+ do not source `PKGBUILD` in `$PATH` (#1115)
* `aur-repo`
+ use pacman `DBPath` as `root` (`--sync`)
* `aur-depends`
+ skip lines with equal `pkgbase` (`--pkgbase`)
## 18.2
* `aur-repo`