summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2022-01-03 10:45:06 +0100
committerCedric Girard2022-01-03 10:45:06 +0100
commit5da2a05501a8f822bcea95ce4c39f1357bf730fe (patch)
tree2c483bd060663bd6aa48f872d91e3223e1d50e11
parent64086b0e883e81dfae0cb53aa1f0439ab5486e80 (diff)
downloadaur-5da2a05501a8f822bcea95ce4c39f1357bf730fe.tar.gz
upgpkg: aurutils 4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c796d63fbc4c..0ddd15e6aac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 3.3.0
+ pkgver = 4
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -16,7 +16,7 @@ pkgbase = aurutils
optdepends = zsh: zsh completion
optdepends = devtools: aur-chroot
optdepends = vifm: default pager
- source = aurutils-3.3.0.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/3.3.0.tar.gz
- sha256sums = 09fca2a67e77947966df2ac2fb56b877dc5904413485c3170aab848f04fcfd45
+ source = aurutils-4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/4.tar.gz
+ sha256sums = 98a742b4f7650189c83d83ab46b29f36bcda9d35618054e07b80b5708a7a79e1
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 8a6a6e6c7ecb..2da97d17c46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils
-pkgver=3.3.0
+pkgver=4
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@@ -9,7 +9,7 @@ license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
-sha256sums=('09fca2a67e77947966df2ac2fb56b877dc5904413485c3170aab848f04fcfd45')
+sha256sums=('98a742b4f7650189c83d83ab46b29f36bcda9d35618054e07b80b5708a7a79e1')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'