summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-06-07 18:33:58 +0200
committeractionless2021-06-07 18:33:58 +0200
commit0885c9158587ff11ec1cde34028e0bd753ec6f63 (patch)
tree9ef5f009c6f0c759eb8f4ce2d0032bd98cc4bbef
parent4d5ef898bea61f2ee1da5fc5b24740f2eb987827 (diff)
downloadaur-0885c9158587ff11ec1cde34028e0bd753ec6f63.tar.gz
update to 1.7
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG15
-rw-r--r--PKGBUILD4
3 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d688cfbf50f..98353ac7353e 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.6.17
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,8 +12,7 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.17.tar.gz::https://github.com/actionless/pikaur/archive/1.6.17.tar.gz
- md5sums = a547c4839163a34df3caf0d650b95778
+ source = pikaur-1.7.tar.gz::https://github.com/actionless/pikaur/archive/1.7.tar.gz
+ md5sums = 4e47595c95f18d6d19610907310b796a
pkgname = pikaur
-
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 21d6af02f96e..0954d0deb89a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('a547c4839163a34df3caf0d650b95778')
+md5sums=('4e47595c95f18d6d19610907310b796a')
depends=(
'pyalpm'
'git'