summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--aurutils.changelog63
3 files changed, 65 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e47a83c38f..ffb9e2174ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AladW/aurutils
install = aurutils.install
changelog = aurutils.changelog
diff --git a/PKGBUILD b/PKGBUILD
index d04ea064acfd..d91e2c1ac9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=aurutils
pkgver=14
-pkgrel=1
+pkgrel=2
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
diff --git a/aurutils.changelog b/aurutils.changelog
index bd355ed4fc48..a7223435207e 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,66 @@
+## 14
+
+* `aur-depends`
+ + add `Self` dependency for every target (#1065)
+
+* `aur-sync`
+ + `--rebuild-tree` now implies `--no-provides` (#1068)
+ + add `--no-sync` (`aur-build --no-sync`) (#1064)
+
+## 13.8
+
+* `aur-depends`
+ + add `--show-all` (alias for `--all`)
+ + prune virtual targets with `--all`
+
+## 13.7
+
+* `aur-depends`
+ + fix regression in 13.6
+
+## 13.6
+
+* `aur-depends`
+ + fix output when non-AUR targets are specified on the command-line (#1062)
+
+## 13.5
+
+* `aur-build`
+ + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
+
+## 13.4
+
+* `aur-fetch`
+ + exit 0 on empty stdin (`-`, `/dev/stdin`)
+
+* `aur-depends`
+ + exit 0 on empty stdin (`-`, `/dev/stdin`)
+
+* `aur-query`
+ + exit 0 on empty stdin (`-`, `/dev/stdin`)
+
+* `aur-view`
+ + evaluate `AUR_CONFIRM_PAGER`
+
+## 13.3
+
+* `Makefile`
+ + correctly install to `AUR_LIB_DIR`
+
+* `aur-build`
+ + get local repository state before `--chroot` configuration
+
+* `aur-graph`
+ + add `PRINTALL`
+
+* `aur.1`
+ + fixes for `aur-format`
+
+## 13.2
+
+* `build--pkglist`
+ + set `pkgname` as fallback for `pkgbase` (#1058)
+
## 13.1
* `aur-fetch`