summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-08-17 19:43:22 +0200
committeractionless2023-08-17 19:43:22 +0200
commit262ced7bb5097dc63e5a63c349bdb15857944912 (patch)
tree530923dc59fcb5087b2340af874f639da456f4b8
parent0e28c3351e6c6a33c160afd55303e4b5bed30b5a (diff)
downloadaur-262ced7bb5097dc63e5a63c349bdb15857944912.tar.gz
update to 1.18.3
-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 7763ab22e473..6075bd06f197 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.2
+ pkgver = 1.18.3
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.2.tar.gz::https://github.com/actionless/pikaur/archive/1.18.2.tar.gz
- b2sums = 42457a1a405be0b7ce8bbaee2b5344226f7d0327a92ce6ee86ca5b3e3dc5877240bec31933006c0f1c920a6516c43b1dafd322a39e5363616085e2150c2e6d05
+ source = pikaur-1.18.3.tar.gz::https://github.com/actionless/pikaur/archive/1.18.3.tar.gz
+ b2sums = 55948f360e2e5fc4b3923658c1a69f1813cbab9baf2fd76d3706f5607b6d5c0c24721c14630d7a0c12cbf91b6d1a0ac054912e56f3de67b32da213a08af52e7c
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 414bf181c179..6dc5e388a4dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2145,3 +2145,12 @@ Wed Aug 2 00:28:19 2023 +0200
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
+
+
+Thu Aug 17 19:42:45 2023 +0200
+-------------------------------------------------
+1.18.3 Hotfix release 1.18.3
+
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index ba12153a35af..d763f4b8bda7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.18.2
+pkgver=1.18.3
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=('42457a1a405be0b7ce8bbaee2b5344226f7d0327a92ce6ee86ca5b3e3dc5877240bec31933006c0f1c920a6516c43b1dafd322a39e5363616085e2150c2e6d05')
+b2sums=('55948f360e2e5fc4b3923658c1a69f1813cbab9baf2fd76d3706f5607b6d5c0c24721c14630d7a0c12cbf91b6d1a0ac054912e56f3de67b32da213a08af52e7c')
depends=(
'pyalpm'
'git'