summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-07-30 19:56:58 +0200
committeractionless2023-07-30 19:56:58 +0200
commit8c24d741617220281beb9461f1ebb1970ab34f10 (patch)
treed97b42593f1687670358787e183e33a6dca95571
parent66911fc2514b3650cd2667f151a2b809f0d1d96d (diff)
downloadaur-8c24d741617220281beb9461f1ebb1970ab34f10.tar.gz
update to 1.18
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94da68a6c5b5..29bd48f9c17b 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.17
+ pkgver = 1.18
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -18,7 +18,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.17.tar.gz::https://github.com/actionless/pikaur/archive/1.17.tar.gz
- b2sums = 5908f3b83c5a24dbc75a0e894f2a5e90e67456a12abdcea4cc3ccc70a326cd4bff914c255b74d5157d10519f25fc7564476942377b7807b0bd34233b2dbf5590
+ source = pikaur-1.18.tar.gz::https://github.com/actionless/pikaur/archive/1.18.tar.gz
+ b2sums = e3e36bf417b58c654d31aa0ba968d4a440565047847a6c5430303309104096428000e9cf5635cc0a6f299123716b4feb045ae0700a2314ab01922f10ac85a9de
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 7d4fc974c352..9e9db88924dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2111,3 +2111,19 @@ Sun Jul 16 21:50:14 2023 +0200
* 2023-07-15 453ec40 actionless feat: return also previous behavior, where only `pacman` command is escalating (re: #729) - PrivilegeEscalationTarget config option
* 2023-07-15 76575d6 actionless feat: implement new logic for privilege delegation instead of old sudo loop (fixes #729) - also add UserId config option
* 2023-07-15 524f6df actionless refactor: completely remove old SudoLoop (re: #729) - remove SudoLoopInterval config option
+
+
+Sun Jul 30 19:55:06 2023 +0200
+-------------------------------------------------
+1.18 Release 1.18
+
+ Notable changes:
+ * 2023-07-30 96d877a actionless fix(build: clone_all_aur_repos): restore TTY after multi-threaded clone
+ * 2023-07-29 e8ea2d5 actionless fix(install_cli: manual_package_selection): chown temp file if needed
+ * 2023-07-29 1f2952b actionless feat(build, install_cli: git-recovery-prompt): add `git diff` option
+ * 2023-07-29 075e7eb actionless fix(prompt: get_editor): isolate editor command if pikaur elevated privilege from the normal user
+ * 2023-07-29 f457b7e actionless fix(privileges, main): bypass home-dir and other XDG env vars via cli flags instead of using --preserve-env (fixes #735)
+ * 2023-07-29 5bd7a77 Oskar Roesler fix(install_info_fetcher): Don't attempt to delete dict entry in aur_updates_install_info_by_name{} twice. (#736)
+ * 2023-07-22 bc29c12 actionless feat(pacman: get_not_found_repo_packages): improve caching when running the same pacman commands internally
+ * 2023-07-22 46a8046 actionless feat(build: get_latest_dev_sources): add recovery prompt when updating sources of -git repo
+ * 2023-07-20 a9f8758 actionless feat(core: sudo; privilege: isolate_root): improve `doas` support (re: #725)
diff --git a/PKGBUILD b/PKGBUILD
index 23ebf7103130..6c91aba1c7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.17
+pkgver=1.18
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=('5908f3b83c5a24dbc75a0e894f2a5e90e67456a12abdcea4cc3ccc70a326cd4bff914c255b74d5157d10519f25fc7564476942377b7807b0bd34233b2dbf5590')
+b2sums=('e3e36bf417b58c654d31aa0ba968d4a440565047847a6c5430303309104096428000e9cf5635cc0a6f299123716b4feb045ae0700a2314ab01922f10ac85a9de')
depends=(
'pyalpm'
'git'