summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-10 16:46:21 +0100
committeractionless2020-03-10 16:46:21 +0100
commit3521e12f48c329b8fcf1ef45f94d302996516546 (patch)
treeed5e04bf263e5403375d1faec2ab275c68283d99
parentf34cbc78c3497c864975f5fe692dd0155ca96c09 (diff)
downloadaur-3521e12f48c329b8fcf1ef45f94d302996516546.tar.gz
update to 1.6.7
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD2
3 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ef3cb343e90..fd6642cbad08 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.6
+ pkgver = 1.6.7
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index e299a61b70d5..268d2ba49051 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1639,3 +1639,14 @@ Thu Feb 27 00:30:20 2020 +0100
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
+
+
+Tue Mar 10 16:45:20 2020 +0100
+-------------------------------------------------
+1.6.7 Release 1.6.7
+
+ Notable changes:
+ 2020-03-05 456eb3e actionless refactor(install cli; config): add HideDiffFiles=.SRCINFO (re #398)
+ 2020-03-05 ca2cec1 actionless fix(install cli): handle pkgbuild changed even on earliest stages
+ 2020-03-03 05a66d9 Bundy01 Locale update: es, fr
+ 2020-03-02 588f5b4 actionless feat(aur, news): extract urllib-related code to separate module in order to add verbose logging for network requests
diff --git a/PKGBUILD b/PKGBUILD
index 110cd2e94c57..ba4af628355a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.6
+pkgver=1.6.7
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')