summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-25 21:19:24 +0100
committeractionless2020-03-25 21:19:24 +0100
commit35d6b3c6c283c211406d0c926e616ffccf074af9 (patch)
tree9bc472fe6574ee49f2ef6d4c76ec70782cc1238d
parentaec9c99e77b1c107ee3151341f3a286dc379c0d4 (diff)
downloadaur-35d6b3c6c283c211406d0c926e616ffccf074af9.tar.gz
update to 1.6.9
-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 210dbcf83290..6c98a953e06f 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.8
+ pkgver = 1.6.9
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 6e75958dd183..51e52e705458 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1660,3 +1660,15 @@ Tue Mar 17 22:41:17 2020 +0100
2020-03-17 aa54551 actionless fix(install_cli: conflicts): check also conflicting aur deps
2020-03-17 4d70a69 actionless fix(install_cli): remove failed pkgbuild from the list
2020-03-15 136d03a actionless fix(urllib): return empty string if url request is not required (fixes #461)
+
+
+Wed Mar 25 21:18:06 2020 +0100
+-------------------------------------------------
+1.6.9 Release 1.6.9
+
+ Notables changes:
+ 2020-03-25 bfeccf6 actionless fix(config: DATA_ROOT): correctly handle change of XDG_DATA_HOME (fixes #465)
+ 2020-03-24 8c2f0b8 actionless fix(print_dept: color_generator): determenistic colors for known official arch repos
+ 2020-03-22 ff40ebf actionless refactor(print_dept: pp_repo_name): generate unique color sequence instead of just relying on string length
+ 2020-03-22 2558db0 actionless fix(print_dept: pp_upgradeable): format repo name the same as in search cli (fixes #464)
+ 2020-03-22 1abee42 actionless fix(core: isolate_root_cmd): find a way to correctly handle SIGINT(Ctrl+C), fixes #463
diff --git a/PKGBUILD b/PKGBUILD
index 5c413726f48b..113d189aaeb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.8
+pkgver=1.6.9
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')