summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-08-02 00:28:56 +0200
committeractionless2023-08-02 00:28:56 +0200
commit0e28c3351e6c6a33c160afd55303e4b5bed30b5a (patch)
tree027c578575e8f8d759aa42bf06fc9fe9c22e0df7
parent41a3419d14b956ba3840ffcf4798fe68d4fab61f (diff)
downloadaur-0e28c3351e6c6a33c160afd55303e4b5bed30b5a.tar.gz
update to 1.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b9b83603da2..7763ab22e473 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.18.1
+ pkgver = 1.18.2
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.18.1.tar.gz::https://github.com/actionless/pikaur/archive/1.18.1.tar.gz
- b2sums = fea0186bfb15ab4d5bde8f09ab2a54239ae13141564287ab94dcbf5a0b7cc6e6a9cbee49d716f3a78f70e8540c0a307477261fc21d0d8150e5c2249172b50a0b
+ source = pikaur-1.18.2.tar.gz::https://github.com/actionless/pikaur/archive/1.18.2.tar.gz
+ b2sums = 42457a1a405be0b7ce8bbaee2b5344226f7d0327a92ce6ee86ca5b3e3dc5877240bec31933006c0f1c920a6516c43b1dafd322a39e5363616085e2150c2e6d05
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 6b6823b70bf7..414bf181c179 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2136,3 +2136,12 @@ Mon Jul 31 01:14:07 2023 +0200
Notable changes:
* 2023-07-31 ae7d00d actionless fix(install_cli, build: clone recovery prompt): [s]kip option wasn't working in --needed or --devel modes
* 2023-07-31 a1e4c2d actionless fix(install_cli, build: clone dev pkgs): reset tty on each line - because spawning pty-s from threads breaks terminal output (fixes #739)
+
+
+Wed Aug 2 00:28:19 2023 +0200
+-------------------------------------------------
+1.18.2 Hotfix release 1.18.2
+
+ Notable changes:
+ * 2023-08-02 96abf25 actionless fix(core: mkdir): even if dir exists, chown it just in case (if pikaur was previouly started as root and created that dir)
+ * 2023-08-02 8355904 actionless fix(core: chown_to_current): check type of user_id only when --user-id actually supplied
diff --git a/PKGBUILD b/PKGBUILD
index deaf5c386a20..ba12153a35af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.18.1
+pkgver=1.18.2
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=('fea0186bfb15ab4d5bde8f09ab2a54239ae13141564287ab94dcbf5a0b7cc6e6a9cbee49d716f3a78f70e8540c0a307477261fc21d0d8150e5c2249172b50a0b')
+b2sums=('42457a1a405be0b7ce8bbaee2b5344226f7d0327a92ce6ee86ca5b3e3dc5877240bec31933006c0f1c920a6516c43b1dafd322a39e5363616085e2150c2e6d05')
depends=(
'pyalpm'
'git'