summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-08-02 00:28:43 +0200
committeractionless2023-08-02 00:28:43 +0200
commit58f277815125674e50b2a8f113c49d147b9e98ec (patch)
treec1a43a18ab220f27ad9c208c8163ac7937f1a5ad
parent99b3ce016051badf3301b1312d7ef134d3165f8f (diff)
downloadaur-58f277815125674e50b2a8f113c49d147b9e98ec.tar.gz
update to 1.18.2
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD2
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d63c03e1624..85ab970eea71 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.18.1
+ pkgver = 1.18.2
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
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 52f308027af0..5ee03917ad08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-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')