Bump version to 20

This commit is contained in:
Alad Wenter 2024-08-29 22:53:06 +02:00
parent f406b038b6
commit 7111af2c97
3 changed files with 31 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 19.9
pkgver = 20
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@ -21,7 +21,7 @@ pkgbase = aurutils
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
optdepends = python-srcinfo: sync-rebuild example script
source = aurutils-19.9.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.9.tar.gz
sha256sums = 23c09f26491a95f9ec186a8e33e3b9e62ba63518177e85c3cba07317f6232777
source = aurutils-20.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/20.tar.gz
sha256sums = 4f07801bd29d73327182db2c5aea896449b1528f214407094dff4b353ac5a15f
pkgname = aurutils

View file

@ -3,7 +3,7 @@
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
pkgname=aurutils
pkgver=19.9
pkgver=20
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@ -12,7 +12,7 @@ license=('ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
sha256sums=('23c09f26491a95f9ec186a8e33e3b9e62ba63518177e85c3cba07317f6232777')
sha256sums=('4f07801bd29d73327182db2c5aea896449b1528f214407094dff4b353ac5a15f')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'

View file

@ -1,3 +1,29 @@
## 20
* `aur-chroot`
+ run `--status` if no modes are specified
* `aur-sync`
+ move git `orderFile` to `XDG_CONFIG_HOME/aurutils/view/orderfile` (#1167)
* `aur-view`
+ define missing `XDG_CONFIG_HOME` (#1177)
* `perl`
+ move `AUR::Repo` to `aur-repo-parse`
+ move `AUR::Depends::get` to `aur-depends::solve`
+ move `AUR::Depends::vercmp` to `AUR::Vercmp`
## 19.9
* `aur-repo`
+ warn if a local repository is not configured in pacman.conf (instead of exiting)
## 19.8
* `aur-graph`
+ fix for "add `-REVERSE`" in 19.6
## 19.7
* `perl`