summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-05-10 13:04:48 +0200
committeractionless2020-05-10 13:04:48 +0200
commit2dd693b662d7948c1b7125f17bc664993d6ba98e (patch)
tree332972c035db6cbf9a4547aa53fb4a70e5c5c33d
parentc56d983aaef0095f2aba3b9e34ef1a6bec7d18eb (diff)
downloadaur-2dd693b662d7948c1b7125f17bc664993d6ba98e.tar.gz
update to 1.6.10
-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 f1b6b9d12229..8a96af5a8ba1 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.9.1
+ pkgver = 1.6.10
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 84ff38b14fac..3a54d59daa8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1679,3 +1679,14 @@ 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)
+
+
+Sun May 10 13:02:32 2020 +0200
+-------------------------------------------------
+1.6.10 Release 1.6.10
+
+ Notable changes:
+ 2020-05-10 07e5951 actionless fix(pacman: find_sysupgrade_pkgs; install_info_fetcher): when ignoring repo pkg its deps are still displayed it install prompt (fixes #481)
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index 88ccb7eadca5..551f831b6644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.9.1
+pkgver=1.6.10
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')