summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fea378b9baa..cbda4db81bb3 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.6
+ pkgver = 1.6.7
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.6.tar.gz::https://github.com/actionless/pikaur/archive/1.6.6.tar.gz
- md5sums = 46d97b621347eed1e8bf7d2868f81ede
+ source = pikaur-1.6.7.tar.gz::https://github.com/actionless/pikaur/archive/1.6.7.tar.gz
+ md5sums = 56fe4c6e618229af151733f31ff03160
pkgname = pikaur
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 26a5c0864f59..5a096fe65985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('46d97b621347eed1e8bf7d2868f81ede')
+md5sums=('56fe4c6e618229af151733f31ff03160')
depends=(
'pyalpm'
'git'