summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-02 15:40:09 +0200
committerAlad Wenter2023-05-02 15:40:09 +0200
commit69c8d7bb4202c9e17d54b7daa46fd65e64d0c33e (patch)
tree68b11924b75d90b85c33170af4fd52b27d0c819a
parent07a80efedaadb65ba7adf60153bae2b9200bdc56 (diff)
downloadaur-69c8d7bb4202c9e17d54b7daa46fd65e64d0c33e.tar.gz
Bump version to 13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ab68298795..7dda9f2fe0a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 13.3
+ pkgver = 13.4
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.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.3.tar.gz
- sha256sums = 86075b3e1fdb5c1d25171279bfc2645ec46516aa48a1a8a8d18d75454462a7f1
+ source = aurutils-13.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.4.tar.gz
+ sha256sums = 2fe8e05ccbd08acaf5f80db4ac0220db7e53969590f6a8f1b818ec125baa16a6
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index f0203c85f209..df52aa7615be 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.3
+pkgver=13.4
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=('86075b3e1fdb5c1d25171279bfc2645ec46516aa48a1a8a8d18d75454462a7f1')
+sha256sums=('2fe8e05ccbd08acaf5f80db4ac0220db7e53969590f6a8f1b818ec125baa16a6')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'