summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-01-03 17:23:51 +0100
committeractionless2023-01-03 17:23:51 +0100
commit628ff700570f3251fb168c55459ea77302e914c7 (patch)
tree197042b189d73bf89b4baab0e746c698ca7a81bd
parent9b553da51e3049e04e2cdafb13b24d5a8c6e6d50 (diff)
downloadaur-628ff700570f3251fb168c55459ea77302e914c7.tar.gz
update to 1.14.7
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e4460409e08..174bf2695eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
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
@@ -17,7 +17,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.14.6.tar.gz::https://github.com/actionless/pikaur/archive/1.14.6.tar.gz
- b2sums = 668f8913cc0eea6ebfa550567649d2eae90e5167a26ca4c58d8decf599aaeea3000a0440784bb02ae454182dc44790af53ccc1f445cf7c67517a632d79f51c0d
+ source = pikaur-1.14.7.tar.gz::https://github.com/actionless/pikaur/archive/1.14.7.tar.gz
+ b2sums = fcf055ad56e3016d576c8f2b3b24db60606a2f8cfec37a1d39bddd2573dcc80e922f9f75d7ccc2c01fd22888e112f7037b3c472d4d63179332a23dc61dff2d85
pkgname = pikaur
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 da942e8e1a16..01d4dce4e8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-b2sums=('668f8913cc0eea6ebfa550567649d2eae90e5167a26ca4c58d8decf599aaeea3000a0440784bb02ae454182dc44790af53ccc1f445cf7c67517a632d79f51c0d')
+b2sums=('fcf055ad56e3016d576c8f2b3b24db60606a2f8cfec37a1d39bddd2573dcc80e922f9f75d7ccc2c01fd22888e112f7037b3c472d4d63179332a23dc61dff2d85')
depends=(
'pyalpm'
'git'