summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-25 20:58:08 +0100
committeractionless2022-11-25 20:58:08 +0100
commitad9328b918ff41dcc742726de53b044d80a06961 (patch)
treece432315c7bfe0695b38b733fff27d17ec1ce582
parent956c45f1a69cbc4d395d2f6534a9dd72d37d551f (diff)
downloadaur-ad9328b918ff41dcc742726de53b044d80a06961.tar.gz
update to 1.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a3d484548e..14f78270fe98 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.14
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -16,7 +16,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.14.tar.gz::https://github.com/actionless/pikaur/archive/1.14.tar.gz
- b2sums = 4b66c446bd0516589db07900078c3e0aa0adb101241a7d29a729fd8045b71d52ab35311f470a461f3a2cffc03ebe1ec8386e6a75d1477f92c074486d3acefd8b
+ source = pikaur-1.14.1.tar.gz::https://github.com/actionless/pikaur/archive/1.14.1.tar.gz
+ b2sums = 0c5b2da2c8c6cdef3624179d9bb9dfd94b4528a3dd0b03fd181628f157ae91ee1b0848b1c9e40a95efedca06942aeee8f181dd286e1aa37dcba4c663f5c5dd75
pkgname = pikaur
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 dc758398c0b8..4a63ca75138f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-b2sums=('4b66c446bd0516589db07900078c3e0aa0adb101241a7d29a729fd8045b71d52ab35311f470a461f3a2cffc03ebe1ec8386e6a75d1477f92c074486d3acefd8b')
+b2sums=('0c5b2da2c8c6cdef3624179d9bb9dfd94b4528a3dd0b03fd181628f157ae91ee1b0848b1c9e40a95efedca06942aeee8f181dd286e1aa37dcba4c663f5c5dd75')
depends=(
'pyalpm'
'git'