summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-22 14:00:00 +0100
committeractionless2020-02-22 14:00:00 +0100
commitb5d5beb6de44a738f22c9b66c21893dce9580fa3 (patch)
tree1894883bfb29b75cd70071f19de4b56d19b115ae
parentc30ad92e51b33fe57d1b8e69fe0486b9d6d84da7 (diff)
downloadaur-b5d5beb6de44a738f22c9b66c21893dce9580fa3.tar.gz
update to 1.6.5
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD2
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e76aa372409..dc9fc74256ad 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.4
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 2f37b68d643b..6f091415c635 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1618,3 +1618,12 @@ Sun Feb 16 20:13:00 2020 +0100
2020-02-15 d701695 actionless fix(args): make --print-commands work again (but still keep --verbose work as well)
2020-02-15 77619d3 actionless feat(pprint, args, install_info): handle pacman's --debug and add its own --pikaur-debug, add print_debug(), minimal debugging output in install info fetcher
2020-02-13 671f15f actionless feat(search_cli): workaround/handle 'Query arg too small.' from AUR RPC
+
+
+Sat Feb 22 13:59:34 2020 +0100
+-------------------------------------------------
+1.6.5 Release 1.6.5
+
+ Notable changes:
+ 2020-02-22 9927f58 NeoTheFox feat: add `doas` support as PrivilegeEscalationTool config option (#455)
+ 2020-02-19 7f04667 actionless fix(print_department: pformat_upgradeable): AUR pkgs when upgrades sorted by repo (fixes #454)
diff --git a/PKGBUILD b/PKGBUILD
index 18818da9ff8a..3e5f2c4ea88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')