summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-07-16 21:53:24 +0200
committeractionless2023-07-16 21:53:24 +0200
commit66911fc2514b3650cd2667f151a2b809f0d1d96d (patch)
treef6265f51a5a19e57939f92515b8c65e6d0b9c7fa
parent8764f311a967f8966ef834d3689e6d9a56c1c80e (diff)
downloadaur-66911fc2514b3650cd2667f151a2b809f0d1d96d.tar.gz
update to 1.17
-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 71176e52388c..94da68a6c5b5 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.16.1
+ pkgver = 1.17
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.16.1.tar.gz::https://github.com/actionless/pikaur/archive/1.16.1.tar.gz
- b2sums = b343829fd18ccf0449226cd42d0ab53f5c68fc4353d6fe8b77b4a370edb3665d29362f20d240f3d8319f9c9c1427892e828b65216600d177f262fb1001726d4d
+ source = pikaur-1.17.tar.gz::https://github.com/actionless/pikaur/archive/1.17.tar.gz
+ b2sums = 5908f3b83c5a24dbc75a0e894f2a5e90e67456a12abdcea4cc3ccc70a326cd4bff914c255b74d5157d10519f25fc7564476942377b7807b0bd34233b2dbf5590
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index a9e3f82f06a7..7d4fc974c352 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2101,3 +2101,13 @@ Fri Jul 14 10:23:03 2023 +0200
1.16.1 Hotfix release 1.16.1
2023-07-14 b16c2fa actionless fix(pikspect): `is None` and handle stdin without timeout (fixes #729)
+
+
+Sun Jul 16 21:50:14 2023 +0200
+-------------------------------------------------
+1.17 Release 1.17
+
+ Notable changes:
+ * 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
diff --git a/PKGBUILD b/PKGBUILD
index 59a101b2865d..23ebf7103130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.16.1
+pkgver=1.17
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=('b343829fd18ccf0449226cd42d0ab53f5c68fc4353d6fe8b77b4a370edb3665d29362f20d240f3d8319f9c9c1427892e828b65216600d177f262fb1001726d4d')
+b2sums=('5908f3b83c5a24dbc75a0e894f2a5e90e67456a12abdcea4cc3ccc70a326cd4bff914c255b74d5157d10519f25fc7564476942377b7807b0bd34233b2dbf5590')
depends=(
'pyalpm'
'git'