summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2022-02-20 23:32:49 +0100
committerAlad Wenter2022-02-20 23:32:49 +0100
commit6bfa17aae0c37696a233a9c21ca50478102bf54e (patch)
tree0cb5691817ab2d8fcaa70a59f9e8c76699349b8e
parent538892ec13279690047dba270accb58870e7846f (diff)
downloadaur-6bfa17aae0c37696a233a9c21ca50478102bf54e.tar.gz
aurutils: 6.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--aurutils.changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02fb62195719..8e497cf22287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 6.3
+ pkgver = 6.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-6.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.3.tar.gz
+ source = aurutils-6.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.4.tar.gz
sha256sums = 02c9c884d270306cd075fd19dee3945d9b148b5cfcd527618cf6d9778b1cfbd4
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index a870c3c90936..f9333678fddf 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=6.3
+pkgver=6.4
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
diff --git a/aurutils.changelog b/aurutils.changelog
index 4509a99d8ef8..73c36d6abe51 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,9 @@
+## 6.4
+
+* `aur-depends`
+ - add `--graph`
+ - checkdepends are now removed during dependency resolution, not afterwards (#882)
+
## 6.3
* `aur-sync`