upgpkg: aurutils 20.5-1

upstream release
This commit is contained in:
Cedric Girard 2025-05-23 16:23:49 +02:00
parent 208cac673c
commit aa9484eb0c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 20.4
pkgver = 20.5
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.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/20.4.tar.gz
sha256sums = 593d0cd006e42ca6f5acacfdfaca0a26a159d645aaa32a1523d4e48cb4e91f3b
source = aurutils-20.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/20.5.tar.gz
sha256sums = 7a7b238c73b8a4be9e1a75963dbc6204263797572165bcd009d9b2cdee2d3068
pkgname = aurutils

View file

@ -3,7 +3,7 @@
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
pkgname=aurutils
pkgver=20.4
pkgver=20.5
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=('593d0cd006e42ca6f5acacfdfaca0a26a159d645aaa32a1523d4e48cb4e91f3b')
sha256sums=('7a7b238c73b8a4be9e1a75963dbc6204263797572165bcd009d9b2cdee2d3068')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'