summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c2a6b68f94..1275b1cc4cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.6
+ pkgver = 15.7
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-15.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.6.tar.gz
- sha256sums = 5fa758e0668b6a232972a95a5aacfbc0b5334429f42c06bbeda4eec836946f05
+ source = aurutils-15.7.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.7.tar.gz
+ sha256sums = 823861baac580cfcbccc134e8dd7141cf6edf67ca54a1a0db1f29841475e60e7
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index fa0124722c8e..7194864e6cca 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=15.6
+pkgver=15.7
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=('5fa758e0668b6a232972a95a5aacfbc0b5334429f42c06bbeda4eec836946f05')
+sha256sums=('823861baac580cfcbccc134e8dd7141cf6edf67ca54a1a0db1f29841475e60e7')
depends=('git' 'pacutils' 'curl' 'perl' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'