summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-09-17 02:27:18 +0200
committerAlad Wenter2023-09-17 02:27:18 +0200
commit06ff8892e636d237d7ec3a39d955476d27b60e2d (patch)
tree5fb19e7136b806b2c05ceaebe7e75777be90fc53
parentb11740734e067c29cf36419005f131cb24daaffe (diff)
downloadaur-06ff8892e636d237d7ec3a39d955476d27b60e2d.tar.gz
aurutils: v18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog24
3 files changed, 29 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3c72b86faa..d59ee413c73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 17.3
+ pkgver = 18
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-17.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.3.tar.gz
- sha256sums = 79169df9b40069b6a081519fe757fe18692683cc2bea9a357598b74957329f15
+ source = aurutils-18.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.tar.gz
+ sha256sums = 4f8a99efdd57d1ddfb0190419324cf6586a5fd54cc70947a394cb6a4f27d283e
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index d098626b7f40..effd34e54cc2 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=17.3
+pkgver=18
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@@ -10,7 +10,7 @@ license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
-sha256sums=('79169df9b40069b6a081519fe757fe18692683cc2bea9a357598b74957329f15')
+sha256sums=('4f8a99efdd57d1ddfb0190419324cf6586a5fd54cc70947a394cb6a4f27d283e')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 86700111c9bf..2cb4b61cea9a 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,27 @@
+## 18
+
+* `aur-build`
+ + add `--dbext`
+ + shell escape file paths in diagnostics
+
+* `aur-chroot`
+ + take file paths in `/etc/aurutils` into account
+ + add `--build` options (`-A`, `--nocheck`, `--namcap`, `--checkpkg`, `--temp`, `--user`)
+ + add `--status`
+ + `--path` is now deprecated
+ + `--suffix` no longer defaults to `extra`
+
+* `aur-depends`
+ + `RequiredBy` is now a flat dictionary (`--json`, `--jsonl`)
+
+* `aur-fetch`
+ + only run git-rebase/merge on new upstream commits
+
+* `aur-repo`
+ + shell escape printed file paths
+ + add `--dbext`
+ + require a configured pacman repository (`--database`)
+
## 17.3
* `aur-build`