summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-11 13:36:40 +0200
committerAlad Wenter2023-05-11 13:36:40 +0200
commit925d49fe5ab012387e91c892a141ac1618f0e61a (patch)
tree7a01dfd9f7c5900635807a0cbfb6a9870216338e
parent8ade85622383c5761f14d996f64d1645bebbc3e7 (diff)
downloadaur-925d49fe5ab012387e91c892a141ac1618f0e61a.tar.gz
Bump version to 14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2373c74267..f0e47a83c38f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 13.8
+ pkgver = 14
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.8.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.8.tar.gz
- sha256sums = 78e8209a715ab711b6ac0dc9f8cdb65d85a5fd9f418d2c315c04f85b511e6055
+ source = aurutils-14.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/14.tar.gz
+ sha256sums = 22cee3d4f158ee0c4bd7a7bf7893a9ce4b48dd5466b8769762f72397abf7ea76
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 762400bdc344..d04ea064acfd 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.8
+pkgver=14
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=('78e8209a715ab711b6ac0dc9f8cdb65d85a5fd9f418d2c315c04f85b511e6055')
+sha256sums=('22cee3d4f158ee0c4bd7a7bf7893a9ce4b48dd5466b8769762f72397abf7ea76')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'