summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-05-31 08:08:35 +0200
committerAlad Wenter2023-05-31 08:08:35 +0200
commit1a6d9756090e888f6ec90871b1faa7c0e1788b3f (patch)
tree1b3dd691a8ca789942fc9125ab4daa6533c0fc0d
parent3844eb163e5d8c9abd8bd7eca79129c1f7356623 (diff)
downloadaur-1a6d9756090e888f6ec90871b1faa7c0e1788b3f.tar.gz
Bump version to 15.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog15
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9295d3939f..cc4c353ed384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.2
+ pkgver = 15.3
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -20,7 +20,7 @@ pkgbase = aurutils
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
optdepends = setconf: sync-rebuild example script
- source = aurutils-15.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.2.tar.gz
- sha256sums = e6e330dce73166558502669257a18ccaa235f59932f1968c7fde0066f21d474f
+ source = aurutils-15.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.3.tar.gz
+ sha256sums = d9a1c8ac1c1773592e3197f8b352f808aec8d5b9fbde330ae7a675a1149a93fa
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 805f22f135ce..85ddb79b63a8 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.2
+pkgver=15.3
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=('e6e330dce73166558502669257a18ccaa235f59932f1968c7fde0066f21d474f')
+sha256sums=('d9a1c8ac1c1773592e3197f8b352f808aec8d5b9fbde330ae7a675a1149a93fa')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 90362b7d925a..be5b39c18f9f 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,18 @@
+## 15.3
+
+* `aur-pkglist`, `aur-view`, `aur-search`
+ + prefix errors with command name
+
+## 15.2
+
+* `aur-chroot`
+ + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
+
+## 15.1
+
+* `aur-pkglist`
+ + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
+
## 15
* `aur-repo`