summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog12
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1275b1cc4cdc..8277821e3c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.7
+ pkgver = 16
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -22,7 +22,7 @@ pkgbase = aurutils
optdepends = git-delta: view-delta example script
optdepends = python-srcinfo: sync-rebuild example script
optdepends = python-pyxdg: sync-rebuild example script
- source = aurutils-15.7.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.7.tar.gz
- sha256sums = 823861baac580cfcbccc134e8dd7141cf6edf67ca54a1a0db1f29841475e60e7
+ source = aurutils-16.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/16.tar.gz
+ sha256sums = 5947adc5c12d45385c3284ff40051ee62f06856b4aed5344341f83c0385a64f7
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 7194864e6cca..8837673a5faf 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=15.7
+pkgver=16
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=('823861baac580cfcbccc134e8dd7141cf6edf67ca54a1a0db1f29841475e60e7')
+sha256sums=('5947adc5c12d45385c3284ff40051ee62f06856b4aed5344341f83c0385a64f7')
depends=('git' 'pacutils' 'curl' 'perl' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 27a75f9f42ee..2f11bb5c2780 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,15 @@
+## 16
+
+* `aur-repo`
+ + `--status` is now the default
+ + add `Repository` to `--json` / `--jsonl` output
+
+* `aur-format`
+ + add `%R` format option
+
+* `perl`
+ + `write_json()` now returns a string
+
## 15.7
* `aur-repo`