summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-08-03 09:30:23 +0200
committeractionless2020-08-03 09:30:23 +0200
commita888123db2c9c387b1483ce3a309e8e3ead9bb47 (patch)
tree5167180c68360e753fa007c1d7e058ad4d0cc608
parent2dd693b662d7948c1b7125f17bc664993d6ba98e (diff)
downloadaur-a888123db2c9c387b1483ce3a309e8e3ead9bb47.tar.gz
update to 1.6.11
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD2
3 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a96af5a8ba1..92db33f53f1a 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.10
+ pkgver = 1.6.11
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 3a54d59daa8e..cc2b168ac660 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1690,3 +1690,19 @@ Sun May 10 13:02:32 2020 +0200
2020-04-29 7a90820 actionless fix(install_info_fetcher: get_aur_pkgs_info): support version matchers (fixes #474)
2020-04-27 51b05bf actionless fix(search_cli): correct sorting of repo (repo, name) and aur (rating, name) pkgs
2020-04-25 58fbc55 actionless fix(info_cli): show 'outofdate' as human-readable date (fixes #476)
+
+
+Mon Aug 3 09:28:24 2020 +0200
+-------------------------------------------------
+1.6.11 Release 1.6.11
+
+ Notable changes:
+ cbfe592 actionless fix(aur_deps: find_aur_deps): don't add explicitly requested package a dep in case of circular dep (fixes #495)
+ b5efc4e actionless fix(install cli): handle CloneError in all clone_aur_repos usages (fixes #501)
+ b0f54b1 actionless fix(progressbar): use different terminal escape sequence (fixes #497)
+ 31e1605 actionless fix(build: get_latest_dev_sources): honor SkipFailedBuild config option (fixes #489)
+ 513f3e2 kasmide Add Japanese translations
+ e808886 kasmide Make package information text aligned correctly even if there are full-width characters
+ b0b128f actionless fix(install_info_fetcher): preceding aur pkgnames with `aur/` (fixes #484)
+ 9f6586d actionless fix(main: get_pkgbuild cli): require `asp` only when need to download from ABS (fixes #485, #486)
+ 2501ef6 actionless fix(makepkg_config): handle $HOME in PKGDEST path (fixes #479)
diff --git a/PKGBUILD b/PKGBUILD
index 551f831b6644..2b3de6ca2423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.10
+pkgver=1.6.11
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')