summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-12-20 00:33:30 +0100
committeractionless2022-12-20 00:33:30 +0100
commit51401a0d896d5c286fd2953f67616ce0f02c0596 (patch)
tree537af3a269398e0ffa3897315313161adbb0bad8
parentd2e4b7834876126239331e9b3038d17642f48984 (diff)
downloadaur-51401a0d896d5c286fd2953f67616ce0f02c0596.tar.gz
update to 1.14.6
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG19
-rw-r--r--PKGBUILD2
3 files changed, 21 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da07a90f8c2..9ec82291cf36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur-git
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.14.5
+ pkgver = 1.14.6
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index dd7f0d670b0e..89f982a5c55b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2000,3 +2000,22 @@ Tue Nov 29 04:10:58 2022 +0100
2022-11-29 f43cab0 actionless fix(pkgbuild): remove wheel after running python-installer (fixes #683)
2022-11-29 ef3a925 actionless fix(filelock: __exit__): remove the file after unlocking (fixes #685)
2022-11-29 91ba397 actionless fix(updates: print_upgradeable): `not X` vs `X is not None` ; use aur packages as input argument, as repo packages info is already cached in Pacman class anyway (fixes #687)
+
+
+Tue Dec 20 00:29:21 2022 +0100
+-------------------------------------------------
+1.14.6 Release 1.14.6
+
+ Notable changes:
+ 2022-12-19 64ac32f actionless fix(build): update spawn kwargs instead of replacing when using `--hide-build-log` flag
+ 2022-12-19 fa5c7c8 actionless fix(build: PackageBuild: init): regenerate srcinfo (fixes the case when having multiple pkgbuilds in the same directory)
+ 2022-12-19 55d27d0 actionless feat(args, help_cli): add new `--skip-failed-build` flag (similar to existing SkipFailedBuild config option)
+ 2022-12-19 f95d194 actionless feat(help_cli): document `--hide-build-log` pikaur flag
+ 2022-12-19 c561535 actionless fix(search_cli): support `--namesonly` in cases when one of search words returned expected error from aur
+ 2022-12-19 f00b99c actionless fix(args, main): `-Qu` means `--query --upgrades`, not `--query --sysupgrade`
+ 2022-12-18 8c0c83e actionless fix(makefile): throw error if can't determine path to Python (re: #695)
+ 2022-12-12 741146f actionless fix(args: get_pikaur_long_opts): include also pikaur_count_opts
+ 2022-12-10 a255eb9 actionless fix(aur: rpc_info): smarter split packages into chunks
+ 2022-12-01 04703fd actionless fix(install_info_fetcher: get_aur_pkgs_info): don't print ignored package as it's already done in a different part of the code (fixes #687)
+ 2022-11-29 40c98ca Osman Karagöz chore(locale): update TR translation (#689)
+ 2022-11-29 370a4d9 actionless fix(pkgbuild): python-installer already copying stuff from `./dist/` dir
diff --git a/PKGBUILD b/PKGBUILD
index af29003d8901..5893558787c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.14.5
+pkgver=1.14.6
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')