updating to v19.2

This commit is contained in:
zoorat 2024-03-29 17:20:45 +06:00
parent 57c578c992
commit 99f2cd2012
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.1
pkgver = 19.2
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.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.1.tar.gz
sha256sums = c56cec36c2a60fd93b834c4ab59e2ac8eaf7a493f3a3a2b73f90fa63916fa106
source = aurutils-19.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.2.tar.gz
sha256sums = 66991baf63592f00bd8731f8d402dd83463a9f68f9ddb935f464966676ea35a7
pkgname = aurutils

View file

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