summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-04-29 01:49:11 +0200
committeractionless2021-04-29 01:49:11 +0200
commit4467e40be75228c31817c1d72479e9c0216bdf36 (patch)
treeda5e81e03f56069dba61e8b2f7f45c29c2d5039d
parent9b4505a4a63a31609a9f1e00bb644524e3d31f54 (diff)
downloadaur-4467e40be75228c31817c1d72479e9c0216bdf36.tar.gz
update to 1.6.17
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD2
3 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54611aac36b2..06a42362e5cd 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.16.2
+ pkgver = 1.6.17
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index d6d32ddc1a14..248f4568afbe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1779,3 +1779,15 @@ Sat Feb 13 02:20:45 2021 +0100
1.6.16.2 Hotfix release 1.6.16.2
2021-02-13 f3dcd34 actionless fix(pikspect): don't fail if can't restore tcattrs - 2
+
+
+Thu Apr 29 01:44:26 2021 +0200
+-------------------------------------------------
+1.6.17 Release 1.6.17
+
+ Notable changes:
+ 2021-04-28 32f5ed2 AKorezin feat(packaging: bash-completion): add package search caching for bash autocompletion script (#559)
+ 2021-04-28 0f3786d Brendan Weibrecht Add instructions for migrating from Yay (#558)
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index d4a65990d384..d9dd7b9d7a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.16.2
+pkgver=1.6.17
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')