summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-02-03 19:23:16 +0100
committeractionless2021-02-03 19:23:16 +0100
commita209df0c5b437a35fee78e430b0bcf4b88f4ecf3 (patch)
tree8b63f1e5bfb47909582917d705a08b7b93a56b32
parent1c3ac59a5011954ace22adcc9bcf0a83711d3590 (diff)
downloadaur-a209df0c5b437a35fee78e430b0bcf4b88f4ecf3.tar.gz
update to 1.6.16
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0613098c9d99..73338bd4dd8a 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.15
+ pkgver = 1.6.16
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,8 +12,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.15.tar.gz::https://github.com/actionless/pikaur/archive/1.6.15.tar.gz
- md5sums = 48fa7f2943833f0133c826c6c53bd6f5
+ source = pikaur-1.6.16.tar.gz::https://github.com/actionless/pikaur/archive/1.6.16.tar.gz
+ md5sums = 6a080cf6919e22a3d4c842653e31f651
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index b20a6b52de87..5b23c3949042 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1753,3 +1753,15 @@ Mon Dec 7 06:04:01 2020 +0100
Notable changes:
2020-12-06 f0041a3 actionless fix(build: remove_build_deps): skip if pkg diff returned no installed pkgs (re: #528/konomikitten)
2020-12-04 17feee7 actionless feat(packaging: bin: pikaur): handle the case when even fallback module load not helps
+
+
+Wed Feb 3 19:21:57 2021 +0100
+-------------------------------------------------
+1.6.16 Release 1.6.16
+
+ Notable changes:
+ 2021-01-26 5ea2502 Alberto Salvia Novella fix(pikspect): restore tcsetattr - solving stdin problem in bash when using output redirecction (fixes #547, #548) (#549)
+ 2021-01-02 9f440a6 actionless fix(install cli: clone aur repos): [s]kip option in recovery prompt wasn't really working
+ 2020-12-18 8c50de1 Dylan1496 chore(core: get_editor): add more fallback editors (#541)
+ 2020-12-18 8770f03 actionless feat(urllib): handle more errors
+ 2020-12-14 d4822be actionless feat(packaging: bin: pikaur): also handle pyalpm import failure
diff --git a/PKGBUILD b/PKGBUILD
index 44f6b081486c..98306d0a1b51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.15
+pkgver=1.6.16
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=('48fa7f2943833f0133c826c6c53bd6f5')
+md5sums=('6a080cf6919e22a3d4c842653e31f651')
depends=(
'pyalpm'
'git'