summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-08 12:26:31 +0200
committerAlad Wenter2023-05-08 12:26:31 +0200
commit18e48fb394b52e167e41ada66670aa29c8c3d35a (patch)
tree6884fca18a52337a2f203f0049b84ab8ed23ef96
parentb39d9688a29220fbed1eb5ee1762c928c5acd259 (diff)
downloadaur-18e48fb394b52e167e41ada66670aa29c8c3d35a.tar.gz
Bump version to 13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed292f8fe6b2..3644632de2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 13.5
+ pkgver = 13.6
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-13.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.5.tar.gz
- sha256sums = 9ebbff392e5e28ae07733b3389755cd013498a1b17d0fad068b152d1985b6d16
+ source = aurutils-13.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.6.tar.gz
+ sha256sums = a7143a4a7a097723e5e3de5b3a9b9112f332b1da11f37cde73380cd0ba5dca01
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 17571c5855e8..913e872954cb 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=13.5
+pkgver=13.6
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=('9ebbff392e5e28ae07733b3389755cd013498a1b17d0fad068b152d1985b6d16')
+sha256sums=('a7143a4a7a097723e5e3de5b3a9b9112f332b1da11f37cde73380cd0ba5dca01')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'