summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-25 20:57:55 +0100
committeractionless2022-11-25 20:57:55 +0100
commit719da14317c9b4143a7c94776ae2a1942a7c1e8a (patch)
tree683bdab7481eb6a765f0664dc84e191961d6e8b2
parent28fb5fbde6630b3c79d6b5c551f8345699016732 (diff)
downloadaur-719da14317c9b4143a7c94776ae2a1942a7c1e8a.tar.gz
update to 1.14.1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30e627773767..e88c06179294 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.14
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 6f3aa56de5b8..bf5112c66ac4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1952,3 +1952,11 @@ Fri Nov 25 20:21:19 2022 +0100
2022-11-24 3a28899 actionless feat(main: cli_clean_pkg_cache): when running `-Scc --noconfirm` always default everything to yes
2022-11-24 f220c6a actionless fix(install_info_fetcher: _get_install_pkgs_info): correctly ask user to continue
2022-11-10 933f2b0 Bundy01 chore(po): update fr and es (#674)
+
+
+Fri Nov 25 20:57:25 2022 +0100
+-------------------------------------------------
+1.14.1 Hotfix release 1.14.1
+
+ refactor(core: datatype): chaining classmethod descriptors (introduced in python 3.9) will be deprecated in 3.11
+ https://docs.python.org/3.11/whatsnew/3.11.html#language-builtins
diff --git a/PKGBUILD b/PKGBUILD
index 8950140440b4..b5cf4d47953b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.14
+pkgver=1.14.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')