summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-22 14:29:16 +0200
committerAlad Wenter2023-05-22 14:29:16 +0200
commit3844eb163e5d8c9abd8bd7eca79129c1f7356623 (patch)
treee886f1679bf80576ff8051985638f669f9b698ae
parent012bcf8da8f7d79764cb7c9d3b415c37791fe629 (diff)
downloadaur-3844eb163e5d8c9abd8bd7eca79129c1f7356623.tar.gz
Bump version to 15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1f6a3c3bc1c..ed9295d3939f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.1
+ pkgver = 15.2
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -20,7 +20,7 @@ pkgbase = aurutils
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
optdepends = setconf: sync-rebuild example script
- source = aurutils-15.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.1.tar.gz
- sha256sums = e4b1b3cc76466e9e1555598245bb07051c9254406fed65bccb96ef4b5f265480
+ source = aurutils-15.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.2.tar.gz
+ sha256sums = e6e330dce73166558502669257a18ccaa235f59932f1968c7fde0066f21d474f
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 1236054e4b4c..805f22f135ce 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.1
+pkgver=15.2
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=('e4b1b3cc76466e9e1555598245bb07051c9254406fed65bccb96ef4b5f265480')
+sha256sums=('e6e330dce73166558502669257a18ccaa235f59932f1968c7fde0066f21d474f')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'