updating to v19.5

This commit is contained in:
zoorat 2024-05-23 10:30:31 +06:00
parent 47f68c7906
commit 586b7a8102
No known key found for this signature in database
GPG key ID: 3D763F9954845A60
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 = 19.4
pkgver = 19.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-19.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.4.tar.gz
sha256sums = c40ee557b3d7ccaa44f5c8c0d885c73ded0a3c5e8006009b8927d1ce91d2afb9
source = aurutils-19.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.5.tar.gz
sha256sums = 26d00c1f3cdcef92962bcf92649416760fb935fea86fdd13439e4ce4873dcc37
pkgname = aurutils

View file

@ -3,7 +3,7 @@
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
pkgname=aurutils
pkgver=19.4
pkgver=19.5
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@ -12,7 +12,7 @@ license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
sha256sums=('c40ee557b3d7ccaa44f5c8c0d885c73ded0a3c5e8006009b8927d1ce91d2afb9')
sha256sums=('26d00c1f3cdcef92962bcf92649416760fb935fea86fdd13439e4ce4873dcc37')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'