summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-21 16:24:02 +0200
committerAlad Wenter2023-05-21 16:24:02 +0200
commit9d5202a3822b32f19249634d14306ff51ccd423e (patch)
tree3bab95fb69a86354c8d7abdeebea0e94e08d71a5
parent915f4a99936fc0452cf898ccd0f4c44ea221a4e0 (diff)
downloadaur-9d5202a3822b32f19249634d14306ff51ccd423e.tar.gz
Bump version to 15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e5b5c6e72be..a1f6a3c3bc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 14.1
+ pkgver = 15.1
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-14.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/14.1.tar.gz
- sha256sums = 41f7b0ccfeaf387430d9df8e28f383e964ebb2a849e3e42eabfb24afb4d24bbd
+ source = aurutils-15.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.1.tar.gz
+ sha256sums = e4b1b3cc76466e9e1555598245bb07051c9254406fed65bccb96ef4b5f265480
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 311e049629ab..1236054e4b4c 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=14.1
+pkgver=15.1
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=('41f7b0ccfeaf387430d9df8e28f383e964ebb2a849e3e42eabfb24afb4d24bbd')
+sha256sums=('e4b1b3cc76466e9e1555598245bb07051c9254406fed65bccb96ef4b5f265480')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'