summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog8
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f9e601815f..c520835aee64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.4
+ pkgver = 15.5
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -21,7 +21,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.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.4.tar.gz
- sha256sums = 4c1e6cd3c4ee52e81ad46ee4e4a14af7c6dcae450602c68c305b748855e162ac
+ source = aurutils-15.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.5.tar.gz
+ sha256sums = f7a2bd5ac72860588e8dce62929c8d905ec1eab502a1b1308da1e48c91df8142
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 8c0d05257940..be4919508c0b 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.4
+pkgver=15.5
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=('4c1e6cd3c4ee52e81ad46ee4e4a14af7c6dcae450602c68c305b748855e162ac')
+sha256sums=('f7a2bd5ac72860588e8dce62929c8d905ec1eab502a1b1308da1e48c91df8142')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 7452c55c3743..294defff6bcc 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,11 @@
+## 15.5
+
+* `aur-build`
+ + support makepkg configuration in `/etc/aurutils` (#1076)
+
+* `aur-depends`
+ + add `--jsonl`
+
## 15.4
* `examples`