summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2023-11-22 09:40:16 +0600
committerzoorat2023-11-22 09:40:16 +0600
commit77ea360a1f6e57f4dc2aba7cbc69cd82d36568fd (patch)
tree99bee466a865b95d1351ba3d577b3031cdad7321
parent8e35f605de2c1b556f3e371740ecd4ea15700073 (diff)
downloadaur-77ea360a1f6e57f4dc2aba7cbc69cd82d36568fd.tar.gz
updating to v18.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--aurutils.changelog13
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3297fc0407fb..a4d47a4bf154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 18.3
+ pkgver = 18.5
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.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.3.tar.gz
- sha256sums = 7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be
+ source = aurutils-18.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.5.tar.gz
+ sha256sums = b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 3011d54120c9..8b2d9fb7ef21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
+# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
+
pkgname=aurutils
-pkgver=18.3
+pkgver=18.5
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@@ -10,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=('7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be')
+sha256sums=('b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118')
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 c206373feee3..c2dc7c455937 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,16 @@
+## 18.5
+
+* `aur-repo`
+ + prefix pacman.conf in error messages (#1118)
+
+* `aur-build`
+ + propagate `--pacman-conf` to local repository upgrade
+
+## 18.4
+
+* `aur-repo`
+ + fix incomplete output with `--search` (`--json`, #1120)
+
## 18.3
* `aur-build--pkglist`