diff --git a/.SRCINFO b/.SRCINFO index 02fb621..8e497cf 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 a870c3c..f933367 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter # Co-Maintainer: Cedric Girard 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 4509a99..73c36d6 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`