summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-26 21:29:02 +0100
committeractionless2022-11-26 21:29:02 +0100
commite1d974971b43098968659e31dfad8725f4c5a08d (patch)
tree04ee438978785836512655682fb04e3bbae48249
parentc3d627ea38e4ef76e0ff50e6d5b709c729dae20c (diff)
downloadaur-e1d974971b43098968659e31dfad8725f4c5a08d.tar.gz
update to 1.14.3
-rw-r--r--.SRCINFO3
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD3
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ee812a121d..8bf53b046b19 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.2
+ pkgver = 1.14.3
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -8,6 +8,7 @@ pkgbase = pikaur-git
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-markdown-it-py
depends = pyalpm
depends = git
diff --git a/CHANGELOG b/CHANGELOG
index ecad0c9bca7d..9e1fbd1f50d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1972,3 +1972,11 @@ Sat Nov 26 08:31:02 2022 +0100
2022-11-26 2bdb925 actionless fix(pprint: create_debug_logger): use `X is not None` except of `not X`
2022-11-26 a50ae21 actionless fix(main: OutputEncodingWrapper): reraise exception before stderr closes
2022-11-26 a8f3af6 actionless fix(InstallInfoFetcher: get_repo_pkgs_info): correctly determine if pkg already processed
+
+
+Sat Nov 26 21:27:02 2022 +0100
+-------------------------------------------------
+1.14.3 Hotfix release 1.14.3
+
+ 2022-11-26 376b3cc actionless chore(pkgbuild): fix dep chain problem
+ with python-pep517
diff --git a/PKGBUILD b/PKGBUILD
index ab2011a7a1ef..4fc2cb40debc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.14.2
+pkgver=1.14.3
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -22,6 +22,7 @@ makedepends=(
'python-wheel'
'python-build'
'python-installer'
+ 'python-setuptools' # i think it normally should be required by python-pep517 which required by python-build/installer
'python-markdown-it-py'
)
optdepends=(