summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2022-01-13 18:59:47 +0100
committerAlad Wenter2022-01-13 18:59:47 +0100
commit77647c4c269ab0d78f0bf5556fffbdc0d8bec0e5 (patch)
tree72fb869dbbcc726906cebb7dde4cc7f45061dc30
parent5da2a05501a8f822bcea95ce4c39f1357bf730fe (diff)
downloadaur-77647c4c269ab0d78f0bf5556fffbdc0d8bec0e5.tar.gz
upgpkg: aurutils 4.1-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ddd15e6aac8..c93cdcf4a358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 4
+ pkgver = 4.1
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-4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/4.tar.gz
+ source = aurutils-4.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/4.1.tar.gz
sha256sums = 98a742b4f7650189c83d83ab46b29f36bcda9d35618054e07b80b5708a7a79e1
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 2da97d17c46a..db40443e0bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils
-pkgver=4
+pkgver=4.1
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=('98a742b4f7650189c83d83ab46b29f36bcda9d35618054e07b80b5708a7a79e1')
+sha256sums=('32593e29ff0dbe5dbaeba88d95424b2d399335af789899f4042d609ab4d86415')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'