summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-01-03 17:23:35 +0100
committeractionless2023-01-03 17:23:35 +0100
commit1aeb455703083f9bb8c96df3b08706179343ed85 (patch)
tree8f9dfc02834bf27b1d6af547c8a5fe5b69fdee51
parent51401a0d896d5c286fd2953f67616ce0f02c0596 (diff)
downloadaur-1aeb455703083f9bb8c96df3b08706179343ed85.tar.gz
update to 1.14.7
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec82291cf36..eb9f78088b16 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.6
+ pkgver = 1.14.7
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 89f982a5c55b..4cb7b1319630 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2019,3 +2019,13 @@ Tue Dec 20 00:29:21 2022 +0100
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
+
+
+Tue Jan 3 17:22:26 2023 +0100
+-------------------------------------------------
+1.14.7 Release 1.14.7 ☁️🚬🎅
+
+ Notable changes:
+ 2022-12-26 7c5d8b7 actionless fix(config, main): create .cache dir when needed (fixes #697)
+ 2022-12-22 375f044 actionless fix(pacman: get_pacman_test_output): results were not cached 🙀
+ 2022-12-22 40fe015 actionless fix(core: InteractiveSpawn): dont print some cmds twice with --print-commands enabled
diff --git a/PKGBUILD b/PKGBUILD
index 5893558787c2..bdb5373a1c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.14.6
+pkgver=1.14.7
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')