summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-27 17:27:20 +0200
committeractionless2022-10-27 17:27:20 +0200
commit72e50d31f86cab814ec56f6d4ac7b7d2fe969c8d (patch)
treedd28e56a35922b064c190143357e1ac2d6f5321c
parent88156a452ca28f3d9544e600de71f9b220fd8f8e (diff)
downloadaur-72e50d31f86cab814ec56f6d4ac7b7d2fe969c8d.tar.gz
update to 1.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a284616dce54..6b28f9d8bec9 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.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -13,7 +13,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.13.1.tar.gz::https://github.com/actionless/pikaur/archive/1.13.1.tar.gz
- b2sums = 84c054c7588c58785da6e4daaa3059b1446583c7415a851fe55d14f9c77e09e1030907eb82e4f75c6c3cc7a11a163f84c89cb3be7633432ba66449fff81677a3
+ source = pikaur-1.13.2.tar.gz::https://github.com/actionless/pikaur/archive/1.13.2.tar.gz
+ b2sums = 8324694c1fd7b345030b70f11082c84fa506b9bce1dbf99c64b5f6c855a3b92f58fecfc412d1814bb32e1dc6de46213f1ae24dea4a47bf34494218021c0092fd
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 533b5076da7b..6d26a7e02dc8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1929,3 +1929,12 @@ Thu Oct 27 13:16:13 2022 +0200
2022-10-27 b301cca actionless feat(build: recovery prompt): add `[n] skip 'prepare()' function of PKGBUILD` (re: #671)
2022-10-27 0925f84 actionless fix(pacman: find_upgradeable_packages): check per-peckage deps only if they can't be resolved for the whole transaction (fixes #672)
2022-10-22 498dbbd actionless fix(print_department: version): print current year
+
+
+Thu Oct 27 17:26:44 2022 +0200
+-------------------------------------------------
+1.13.2 Release 1.13.2
+
+ Notable changes:
+ 2022-10-27 a8afb44 actionless fix(pikaur: pacman: get_print_format_output; install_info_fetcher: get_repo_pkgs_info): still check deps when needed (re: #665, #656)
+ 2022-10-27 feb6347 actionless fix(install_info_fetcher; update: print_upgradeable): don't fetch update info twice when printing ignored packages
diff --git a/PKGBUILD b/PKGBUILD
index 2dc09285cd13..bf9c9e7833fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.13.1
+pkgver=1.13.2
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=('84c054c7588c58785da6e4daaa3059b1446583c7415a851fe55d14f9c77e09e1030907eb82e4f75c6c3cc7a11a163f84c89cb3be7633432ba66449fff81677a3')
+b2sums=('8324694c1fd7b345030b70f11082c84fa506b9bce1dbf99c64b5f6c855a3b92f58fecfc412d1814bb32e1dc6de46213f1ae24dea4a47bf34494218021c0092fd')
depends=(
'pyalpm'
'git'