aurutils: v19

This commit is contained in:
Alad Wenter 2024-03-19 08:46:35 +01:00
parent 77ea360a1f
commit 9080d56239
3 changed files with 42 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 18.5
pkgver = 19
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-18.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.5.tar.gz
sha256sums = b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118
source = aurutils-19.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.tar.gz
sha256sums = d152670c0a47864fd2ec7dfa63e6cc628dad859e0e0891dd1f5ba5df70478a74
pkgname = aurutils

View file

@ -3,7 +3,7 @@
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
pkgname=aurutils
pkgver=18.5
pkgver=19
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@ -12,7 +12,7 @@ license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
sha256sums=('b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118')
sha256sums=('d152670c0a47864fd2ec7dfa63e6cc628dad859e0e0891dd1f5ba5df70478a74')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
@ -30,5 +30,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
make PREFIX=/usr ETCDIR=/etc DESTDIR="$pkgdir" install
make AURUTILS_VERSION="$pkgver" PREFIX=/usr ETCDIR=/etc DESTDIR="$pkgdir" install
}

View file

@ -1,3 +1,39 @@
## 19
* `aur-build`
+ add `--cleanbuild`
+ do not shell quote `--status` paths
+ early check for buildscript
* `aur-chroot`
+ do not shell quote `--status` paths
* `aur-depends`
+ only include `Self` targets for command-line arguments (`--table`, #1136)
+ verify dependency version requirements (`--verify`)
* `aur-graph`
+ prevent unwanted matches in certain URLs (#1134)
* `aur-repo`
+ add `-m` / `--missing`
+ add `--ignore`, `--ignore-by`
+ do not shell quote `--status` paths
+ fix invalid output with `--json --search` (#1126)
* `aur-sync`
+ document `aur-view` options
+ detect local repositories with `--chroot` configuration (#1135)
+ add `--clean` / `-C`, `--cleanbuild`
- default build command changed to `aur build --syncdeps`
+ add `aur-sync--filter` helper (#1136, #1140)
* `aur(1)`
+ use `git-clean -ixd` to clean directories with `aur-gc`
* `perl`
+ add `Depends.pm`, `Repo.pm`
## 18.5
* `aur-repo`