summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-02-04 03:53:26 +0100
committeractionless2024-02-04 03:53:26 +0100
commit603dff6e6cc141617a53a82523caffa8bcbf4386 (patch)
tree24872154fbba026705f587b0de902939a7dc7210
parent47edea31fd2a6bb428e5a8a1edf624aff022cd9d (diff)
downloadaur-603dff6e6cc141617a53a82523caffa8bcbf4386.tar.gz
update to 1.18.4
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD2
3 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ea2b66fa3b..2e08a9db0751 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.3
+ pkgver = 1.18.4
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 6dc5e388a4dd..7785c0840542 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2154,3 +2154,19 @@ Thu Aug 17 19:42:45 2023 +0200
Notable changes:
* 2023-08-17 c58f144 actionless fix(pikaman): markdown-it-py upgraded from 2.2 to 3.0
* 2023-08-06 6402f69 actionless fix(srcinfo: regenerate): chown generated srcinfo to the current user if needed
+
+
+Sun Feb 4 03:52:54 2024 +0100
+-------------------------------------------------
+1.18.4 Release 1.8.4
+
+ Notable changes:
+ * 2024-02-01 a5fc379 BryanLiang chore(locale): update zh_CN.po (#768)
+ * 2024-01-02 cab4552 Bundy01 chore(locale): update of es.po and fr.po (#765)
+ * 2023-09-06 21d27dc actionless fix(prompt: get_editor): run editor as user if --user-id present (re: #741-1705483885)
+ * 2023-08-31 d627aef actionless fix(build: update_last_installed_path): chown file to the current user (fixes: #757)
+ * 2023-08-28 682d8f1 actionless fix(config: migrate): don't fail migration on incomplete config file (fixes #752)
+ * 2023-08-28 d57fd4f actionless feat(privilege, config, args): add --preserve-env flag and misc.PreserveEnv config option for preserving certain env vars (fixes: #742)
+ * 2023-08-28 a030d77 Fredrik Magnusson chore(locale, makefile): add Swedish localization (#754)
+ * 2023-08-20 113a5e1 Bundy01 chore(locale): update es.po and fr.po (#750)
+ * 2023-08-21 aa8998d detiam chore(privilege): add 'ALL_PROXY' to PRESERVE_ENV (#749)
diff --git a/PKGBUILD b/PKGBUILD
index 1e4ce66a4437..4c3b6ccf6213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.18.3
+pkgver=1.18.4
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')