summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1be271438f20..421e181ee583 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.15
+ pkgver = 1.6.16
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index b20a6b52de87..5b23c3949042 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1753,3 +1753,15 @@ Mon Dec 7 06:04:01 2020 +0100
Notable changes:
2020-12-06 f0041a3 actionless fix(build: remove_build_deps): skip if pkg diff returned no installed pkgs (re: #528/konomikitten)
2020-12-04 17feee7 actionless feat(packaging: bin: pikaur): handle the case when even fallback module load not helps
+
+
+Wed Feb 3 19:21:57 2021 +0100
+-------------------------------------------------
+1.6.16 Release 1.6.16
+
+ Notable changes:
+ 2021-01-26 5ea2502 Alberto Salvia Novella fix(pikspect): restore tcsetattr - solving stdin problem in bash when using output redirecction (fixes #547, #548) (#549)
+ 2021-01-02 9f440a6 actionless fix(install cli: clone aur repos): [s]kip option in recovery prompt wasn't really working
+ 2020-12-18 8c50de1 Dylan1496 chore(core: get_editor): add more fallback editors (#541)
+ 2020-12-18 8770f03 actionless feat(urllib): handle more errors
+ 2020-12-14 d4822be actionless feat(packaging: bin: pikaur): also handle pyalpm import failure
diff --git a/PKGBUILD b/PKGBUILD
index f9d5bb63cf2c..452146fa471d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.15
+pkgver=1.6.16
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')