summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-06-25 12:28:57 +0200
committerAlad Wenter2023-06-25 12:28:57 +0200
commit94e6dc2b64080239d52d3914254e344d33a83ca0 (patch)
treedb397b180b0f4b81c3e5edaa03494a79c3cfe587
parent0897e5a1649e25a79e869cf58b9dd65b63336de4 (diff)
downloadaur-94e6dc2b64080239d52d3914254e344d33a83ca0.tar.gz
Bump version to 16.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e40ea9c4b8..70baa2c0cd1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 16.4
+ pkgver = 16.5
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -22,7 +22,7 @@ pkgbase = aurutils
optdepends = git-delta: view-delta example script
optdepends = python-srcinfo: sync-rebuild example script
optdepends = python-pyxdg: sync-rebuild example script
- source = aurutils-16.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/16.4.tar.gz
- sha256sums = de440a6888f99e24f8c595190aafec52c0fe74f26b0a5f29caeaf78822388079
+ source = aurutils-16.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/16.5.tar.gz
+ sha256sums = 9937c0d4193baffe3064a0b4b20258fca12299c2b2a8ba3d8a6922d591fef826
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index c10f10249b6f..4a7dbe87e10a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=16.4
+pkgver=16.5
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=('de440a6888f99e24f8c595190aafec52c0fe74f26b0a5f29caeaf78822388079')
+sha256sums=('9937c0d4193baffe3064a0b4b20258fca12299c2b2a8ba3d8a6922d591fef826')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'