summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-08-03 09:30:35 +0200
committeractionless2020-08-03 09:30:35 +0200
commit77d1970ca02cc5094b8dd45c693bc18745030dd7 (patch)
tree55e54fc9dcca1ae015fcf88297a4ce5706256b42
parent43e781a50272efd7d42b459d2abcf91ebce119a8 (diff)
downloadaur-77d1970ca02cc5094b8dd45c693bc18745030dd7.tar.gz
update to 1.6.11
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c6921a9a2d..b6d8492e5dd5 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.10
+ pkgver = 1.6.11
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.10.tar.gz::https://github.com/actionless/pikaur/archive/1.6.10.tar.gz
- md5sums = 63aef243ce7ec3617fe3c01397d2d348
+ source = pikaur-1.6.11.tar.gz::https://github.com/actionless/pikaur/archive/1.6.11.tar.gz
+ md5sums = 4a80c32ee468b3e4e3661786b4be1778
pkgname = pikaur
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 76732d66c6c6..b943b9c25b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('63aef243ce7ec3617fe3c01397d2d348')
+md5sums=('4a80c32ee468b3e4e3661786b4be1778')
depends=(
'pyalpm'
'git'