summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-08-17 19:43:10 +0200
committeractionless2023-08-17 19:43:10 +0200
commit47edea31fd2a6bb428e5a8a1edf624aff022cd9d (patch)
tree1acc3711832e4be1c96d7e82831a97bbd0c8e7e1
parent58f277815125674e50b2a8f113c49d147b9e98ec (diff)
downloadaur-47edea31fd2a6bb428e5a8a1edf624aff022cd9d.tar.gz
update to 1.18.3
-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 85ab970eea71..67ea2b66fa3b 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.2
+ pkgver = 1.18.3
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
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 5ee03917ad08..1e4ce66a4437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-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')