summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b3199cfdb0..c534601d828c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
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
@@ -11,8 +11,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.9.tar.gz::https://github.com/actionless/pikaur/archive/1.6.9.tar.gz
- md5sums = 063da9af46f122eedb04e00f69a88308
+ source = pikaur-1.6.9.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.9.1.tar.gz
+ md5sums = 4a0657b83288f51deec83f9eef2f070c
pkgname = pikaur
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 00d344abd7d6..2b4593f18df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('063da9af46f122eedb04e00f69a88308')
+md5sums=('4a0657b83288f51deec83f9eef2f070c')
depends=(
'pyalpm'
'git'