Bump version to 19.9

This commit is contained in:
Alad Wenter 2024-06-30 17:42:47 +02:00
parent d7f6b54c85
commit f406b038b6
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.8
pkgver = 19.9
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.8.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.8.tar.gz
sha256sums = c7fce83c3c48f69fa5b7def02e12a0de6aa325067c0e16b75045422751a2f50a
source = aurutils-19.9.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.9.tar.gz
sha256sums = 23c09f26491a95f9ec186a8e33e3b9e62ba63518177e85c3cba07317f6232777
pkgname = aurutils

View file

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