summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-02-04 03:59:30 +0100
committeractionless2024-02-04 03:59:30 +0100
commit6b212b7d4711d3931e843bcd94871b914aa0b5d3 (patch)
tree79498488b9ad86b3cceff80ec6aa331a429294cc
parent262ced7bb5097dc63e5a63c349bdb15857944912 (diff)
downloadaur-6b212b7d4711d3931e843bcd94871b914aa0b5d3.tar.gz
update to 1.18.4
-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 6075bd06f197..de8c1b29be1f 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.3
+ pkgver = 1.18.4
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.3.tar.gz::https://github.com/actionless/pikaur/archive/1.18.3.tar.gz
- b2sums = 55948f360e2e5fc4b3923658c1a69f1813cbab9baf2fd76d3706f5607b6d5c0c24721c14630d7a0c12cbf91b6d1a0ac054912e56f3de67b32da213a08af52e7c
+ source = pikaur-1.18.4.tar.gz::https://github.com/actionless/pikaur/archive/1.18.4.tar.gz
+ b2sums = 863f802f7a80783325f96a6bd39aa5882394e466a495a5bb8fe78ab6e47e980038f3771c21227eeb4ad5970365d2ecc0108fe6d184c69a722db6565fe8dff1cc
pkgname = pikaur
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 d763f4b8bda7..66b33571a213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-b2sums=('55948f360e2e5fc4b3923658c1a69f1813cbab9baf2fd76d3706f5607b6d5c0c24721c14630d7a0c12cbf91b6d1a0ac054912e56f3de67b32da213a08af52e7c')
+b2sums=('863f802f7a80783325f96a6bd39aa5882394e466a495a5bb8fe78ab6e47e980038f3771c21227eeb4ad5970365d2ecc0108fe6d184c69a722db6565fe8dff1cc')
depends=(
'pyalpm'
'git'