summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-05-10 13:27:42 +0200
committeractionless2020-05-10 13:27:42 +0200
commit43e781a50272efd7d42b459d2abcf91ebce119a8 (patch)
treeca290e6cfd78b60eb276a1a964f4d2fc04c1954e
parent8ceff9ac6b62396f4dfebea73bd298d1a030a2db (diff)
downloadaur-43e781a50272efd7d42b459d2abcf91ebce119a8.tar.gz
update to 1.6.10
-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 c534601d828c..40c6921a9a2d 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.9.1
+ pkgver = 1.6.10
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.9.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.9.1.tar.gz
- md5sums = 4a0657b83288f51deec83f9eef2f070c
+ source = pikaur-1.6.10.tar.gz::https://github.com/actionless/pikaur/archive/1.6.10.tar.gz
+ md5sums = 63aef243ce7ec3617fe3c01397d2d348
pkgname = pikaur
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 2b4593f18df4..76732d66c6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('4a0657b83288f51deec83f9eef2f070c')
+md5sums=('63aef243ce7ec3617fe3c01397d2d348')
depends=(
'pyalpm'
'git'