aurutils: 6.4
This commit is contained in:
parent
538892ec13
commit
6bfa17aae0
3 changed files with 9 additions and 3 deletions
4
.SRCINFO
4
.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
|
||||
|
|
2
PKGBUILD
2
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'
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 6.4
|
||||
|
||||
* `aur-depends`
|
||||
- add `--graph`
|
||||
- checkdepends are now removed during dependency resolution, not afterwards (#882)
|
||||
|
||||
## 6.3
|
||||
|
||||
* `aur-sync`
|
||||
|
|
Loading…
Reference in a new issue