summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-05-04 15:00:39 +0200
committeractionless2023-05-04 15:00:39 +0200
commit449cc8a671fcffd3a71ae938615493a693c608e7 (patch)
treeb373319350ae15a5a680c9947ecfad2c4a22481f
parent48a77ab73555159c407979acbeaaa3c29266afad (diff)
downloadaur-449cc8a671fcffd3a71ae938615493a693c608e7.tar.gz
update to 1.15.1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD2
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3328ee5bc3d5..5cb9569a65ed 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.15
+ pkgver = 1.15.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 64a89b2d462f..fef9a4fe2d4c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2031,7 +2031,7 @@ Tue Jan 3 17:22:26 2023 +0100
2022-12-22 40fe015 actionless fix(core: InteractiveSpawn): dont print some cmds twice with --print-commands enabled
-Thu May 4 13:25:28 2023 +0200
+Thu May 4 13:33:56 2023 +0200
-------------------------------------------------
1.15 Release 1.15
@@ -2052,3 +2052,13 @@ Thu May 4 13:25:28 2023 +0200
* 2023-01-26 bdc01cc actionless fix(build: _set_built_package_path): regression when comparing path to str
* 2023-01-16 735a14a actionless fix(pkgbuild): update version regex
* 2023-01-12 d5b5eb8 Bundy01 chore(locale): regenerate and translate es.po, fr.po (#700)
+
+
+Thu May 4 14:59:51 2023 +0200
+-------------------------------------------------
+1.15.1 Hotfix release 1.15.1
+
+ Notable changes:
+ * 2023-05-04 dfa09ea actionless doc(pkg: bin: pikaur): add link to installation instructions
+ * 2023-05-04 fbfdb60 actionless fix(args): --nodeps could be used more than once
+ * 2023-05-04 79f454d actionless style: lint packaging/usr/bin/pikaur
diff --git a/PKGBUILD b/PKGBUILD
index b73d7a5425e4..f18cd4e8d2e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.15
+pkgver=1.15.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')