summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 22:41:37 +0100
committeractionless2020-03-17 22:41:37 +0100
commitaec9c99e77b1c107ee3151341f3a286dc379c0d4 (patch)
treeb7f011c371898e2c07f9eaf2466ecaa5a02902d4
parent3521e12f48c329b8fcf1ef45f94d302996516546 (diff)
downloadaur-aec9c99e77b1c107ee3151341f3a286dc379c0d4.tar.gz
update to 1.6.8
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd6642cbad08..210dbcf83290 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.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 268d2ba49051..6e75958dd183 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1650,3 +1650,13 @@ Tue Mar 10 16:45:20 2020 +0100
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
+
+
+Tue Mar 17 22:41:17 2020 +0100
+-------------------------------------------------
+1.6.8 Release 1.6.8
+
+ Notable changes:
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index ba4af628355a..5c413726f48b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')