summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c86bda4dd0..56c2a6b68f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.5
- pkgrel = 2
+ pkgver = 15.6
+ pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
changelog = aurutils.changelog
@@ -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.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.5.tar.gz
- sha256sums = f7a2bd5ac72860588e8dce62929c8d905ec1eab502a1b1308da1e48c91df8142
+ source = aurutils-15.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.6.tar.gz
+ sha256sums = 5fa758e0668b6a232972a95a5aacfbc0b5334429f42c06bbeda4eec836946f05
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index d4232f7b75f8..fa0124722c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=aurutils
-pkgver=15.5
-pkgrel=2
+pkgver=15.6
+pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
@@ -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=('f7a2bd5ac72860588e8dce62929c8d905ec1eab502a1b1308da1e48c91df8142')
+sha256sums=('5fa758e0668b6a232972a95a5aacfbc0b5334429f42c06bbeda4eec836946f05')
depends=('git' 'pacutils' 'curl' 'perl' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'