summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-27 00:38:43 +0100
committeractionless2020-02-27 00:38:43 +0100
commitf34cbc78c3497c864975f5fe692dd0155ca96c09 (patch)
tree4f6b8d3a329aa2993a7e1463288f5637f40b1295
parentb5d5beb6de44a738f22c9b66c21893dce9580fa3 (diff)
downloadaur-f34cbc78c3497c864975f5fe692dd0155ca96c09.tar.gz
update to 1.6.6
-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 dc9fc74256ad..5ef3cb343e90 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.5
+ pkgver = 1.6.6
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 6f091415c635..e299a61b70d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1627,3 +1627,15 @@ Sat Feb 22 13:59:34 2020 +0100
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)
+
+
+Thu Feb 27 00:30:20 2020 +0100
+-------------------------------------------------
+1.6.6 Release 1.6.6
+
+ Notables changes:
+ 2020-02-26 fa3f9e1 actionless chore(args): document --pikaur-debug and mention it in GitHub issue template
+ 2020-02-26 5403392 actionless fix(build: init): allow limiting package_names when building pkgbuild by path (fixes #452)
+ 2020-02-22 5557ee6 actionless chore(config): move 'AurUrl' and 'NewsUrl' to [network] config section
+ 2020-02-22 b3995fb actionless chore(config): move 'NoEdit', 'DontEditByDefault', 'NoDiff', 'GitDiffArgs' and 'DiffPager' to [review] config section
+ 2020-02-22 123552e actionless feat(config): implement config migration
diff --git a/PKGBUILD b/PKGBUILD
index 3e5f2c4ea88e..110cd2e94c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.5
+pkgver=1.6.6
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')