summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ascensão2021-12-06 23:44:50 +0000
committerRafael Ascensão2021-12-06 23:44:50 +0000
commita0939ea966b1ed54d47c4cf98bd84b966d134779 (patch)
tree63fc9e484f0261bcd1157e51a1aa34a63a5a44df
parentb1d3b7c8dabebdaf483a93ffe79396881fc6c122 (diff)
downloadaur-a0939ea966b1ed54d47c4cf98bd84b966d134779.tar.gz
aurutils: update checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc616660d2f..43b12a2e0bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = aurutils
optdepends = devtools: aur-chroot
optdepends = vifm: default pager
source = aurutils-3.2.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/3.2.2.tar.gz
- sha256sums = 56fbb747c516a6b4a32a267a84afe9ab6eb882f7960ac4dcf7b570373d6f7624
+ sha256sums = 6bbc6949d27b1132828aa3e68ad2252d8125365c9b7bec6c587fd15bf3081f72
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index dec38f2acceb..17fb4c9bd452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
@@ -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=('56fbb747c516a6b4a32a267a84afe9ab6eb882f7960ac4dcf7b570373d6f7624')
+sha256sums=('6bbc6949d27b1132828aa3e68ad2252d8125365c9b7bec6c587fd15bf3081f72')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'