summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-06-07 18:33:44 +0200
committeractionless2021-06-07 18:33:44 +0200
commit2dca5406fc12bb9657db8ca12dc5db5816673297 (patch)
tree60d924c17e302f96cfd335005884bfb750d688d1
parent4467e40be75228c31817c1d72479e9c0216bdf36 (diff)
downloadaur-2dca5406fc12bb9657db8ca12dc5db5816673297.tar.gz
update to 1.7
-rw-r--r--.SRCINFO3
-rw-r--r--CHANGELOG15
-rw-r--r--PKGBUILD2
3 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a42362e5cd..3abcc5dd8324 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.6.17
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -16,4 +16,3 @@ pkgbase = pikaur-git
md5sums = SKIP
pkgname = pikaur-git
-
diff --git a/CHANGELOG b/CHANGELOG
index 248f4568afbe..9d00bff2772c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1791,3 +1791,18 @@ Thu Apr 29 01:44:26 2021 +0200
2021-04-28 8e0421d Gustavo Costa Add pt_BR translation (#561)
2021-03-24 13d3e8c actionless fix(pikspect, main: handle_sig_int): don't handle SIG_INT while running pacman, (fixes #551)
2021-03-23 92e1a38 Justin Li fix(makefile): avoid make bug with directories in $PATH (#553)
+
+
+Mon Jun 7 18:33:31 2021 +0200
+-------------------------------------------------
+1.7 Release 1.7
+
+ New features:
+ 2021-06-05 a279cbb actionless feat(install cli, build): add `git stash` option to git-pull-recovery prompt
+ 2021-05-26 66d87de actionless fix(main: print_upgradeable; install_info_fetcher: pkg_is_ignored): allow glob patterns in --ignore and IgnorePkg (fixes #564)
+ 2021-05-13 67a5014 Chris Braun feat(config, build): add IgnoreArch config option to [build] (#566)
+ 2021-05-10 2f1b598 actionless feat(main: cli_getpkgbuild): do `asp update` if dir already exists
+
+ Notable fixes:
+ 2021-05-31 f70e6f6 actionless fix(install_info_fetcher: get_info_from_pkgbuild): support manually package selection/--ignore (fixes #555)
+ 2021-04-29 544b07c actionless feat(prompt: retry_interactive_command): dont use pikspect with --noconfirm as it not interactive anyway (fixes #556)
diff --git a/PKGBUILD b/PKGBUILD
index d9dd7b9d7a80..d87279e12060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.17
+pkgver=1.7
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')