summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-27 22:47:05 +0100
committeractionless2020-03-27 22:47:05 +0100
commitc56d983aaef0095f2aba3b9e34ef1a6bec7d18eb (patch)
tree5e69008fbe7485fb7a0b6b61467c4af540d4a764
parent35d6b3c6c283c211406d0c926e616ffccf074af9 (diff)
downloadaur-c56d983aaef0095f2aba3b9e34ef1a6bec7d18eb.tar.gz
update to 1.6.9.1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c98a953e06f..f1b6b9d12229 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.9
+ pkgver = 1.6.9.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 51e52e705458..84ff38b14fac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1672,3 +1672,10 @@ Wed Mar 25 21:18:06 2020 +0100
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
+
+
+Fri Mar 27 22:46:36 2020 +0100
+-------------------------------------------------
+1.6.9.1 Hotfix release 1.6.9.1
+
+ 2020-03-27 eb256aa actionless fix(print_department: pformat_reponame): add color argument (fixes #466)
diff --git a/PKGBUILD b/PKGBUILD
index 113d189aaeb6..88ccb7eadca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.9
+pkgver=1.6.9.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')