summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-04-27 20:17:29 +0200
committeractionless2024-04-27 20:17:29 +0200
commit75bc4f077f7691ab08a73470582b2a337016c6c5 (patch)
tree78d1e09b93fbb1b02de02f33855e24372905cb8b
parent4349e97b69e65e80f3c19e3a0ed54e3ac71fb110 (diff)
downloadaur-pikaur.tar.gz
update to 1.20
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d35d57081a..ab06c2e34345 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.19
+ pkgver = 1.20
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -19,7 +19,7 @@ pkgbase = pikaur
optdepends = pacman-contrib: to use in pacman hook/systemd timer for cleaning up pikaur cache
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.19.tar.gz::https://github.com/actionless/pikaur/archive/1.19.tar.gz
- b2sums = be08a795e136ae615ee57857bb738e9d5d95b1c31639c17592e4a02d1a8b8d984160c12dfb7f9131a6eada3d9eaf0f4ea36e535c2511be8c42c6fb2c847b5b55
+ source = pikaur-1.20.tar.gz::https://github.com/actionless/pikaur/archive/1.20.tar.gz
+ b2sums = a28850c97436d9e445aebcfa9a77a0049a354183228e46b0b3d6e057bcf9292768a8f4406d6a9a3201ab53f5d29e897efba50816850f543d821bd1eace77aaa0
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 293225633c5f..4fd318699fd9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2186,3 +2186,14 @@ Fri Apr 5 02:41:34 2024 +0200
* 2024-02-17 3ff6194 actionless feat(install_cli, build, aur_dep,conflicts): when resolving AUR deps add to recovery prompt an option to skip check() func and its deps (fixes #774)
* 2024-02-17 40694dc actionless fix(aur_deps: find_dep_graph_to): avoid recursion (fixes #774)
* 2024-02-09 de46955 actionless feat(install_cli: build_pkgs): mark already built pkgs between restart of whole installation loop (fixes #772)
+
+
+Sat Apr 27 20:16:19 2024 +0200
+-------------------------------------------------
+1.20 Release 1.20
+
+ * 2024-04-26 45de718 actionless fix(aur_deps, install_cli): don't require runtime deps if --pkgbuild (-P) provided but not --install (-i) (Fixes #786)
+ * 2024-04-25 f3540b7 actionless chore(argparse): make it compatible with python 3.12.3+ (fixes #787)
+ * 2024-04-15 9d2fc7a Knirps1 fix(main: cli_dynamic_select): off by one error (#785)
+ * 2024-04-12 6992118 actionless fix(args): improve detection when interactive package selection is chosen (fixes #783)
+ * 2024-04-11 c6b75f0 Osman Karagöz chore(locale): update tr.po (#782)
diff --git a/PKGBUILD b/PKGBUILD
index 90b12b40e991..9a63239a77fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.19
+pkgver=1.20
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=('be08a795e136ae615ee57857bb738e9d5d95b1c31639c17592e4a02d1a8b8d984160c12dfb7f9131a6eada3d9eaf0f4ea36e535c2511be8c42c6fb2c847b5b55')
+b2sums=('a28850c97436d9e445aebcfa9a77a0049a354183228e46b0b3d6e057bcf9292768a8f4406d6a9a3201ab53f5d29e897efba50816850f543d821bd1eace77aaa0')
depends=(
'pyalpm'
'git'