summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84caa9b5083f..8ae46823becd 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.5.8.2
+ pkgver = 1.5.9
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.5.8.2.tar.gz::https://github.com/actionless/pikaur/archive/1.5.8.2.tar.gz
- md5sums = 4f5c8fa41a10762b29a9d52d98bb12ed
+ source = pikaur-1.5.9.tar.gz::https://github.com/actionless/pikaur/archive/1.5.9.tar.gz
+ md5sums = eb4e4fd9ce29ce9b5ddf9a60f59c39e4
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 2af3494753be..ec5a875f1f04 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1549,3 +1549,12 @@ Fri Jan 10 15:16:16 2020 +0100
Notables changes:
2020-01-10 7b1303c actionless fix(install_cli, install info): handle the case when only some of AUR packages got edited with changing install info (ref #440)
+
+
+Sat Jan 11 22:36:16 2020 +0100
+-------------------------------------------------
+1.5.9 Release 1.5.9
+
+ Notable changes:
+ 2020-01-11 7afe82d Mikhail Khvoinitsky pikspect: do not throttle output writes; read at most 4096 bytes from output instead of at most one byte; fixes #326
+ 2020-01-11 12d2820 actionless fix(install_cli): also discard old install_info when it changed without user editing it
diff --git a/PKGBUILD b/PKGBUILD
index 94aa2a4f451d..d1239af2c892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.8.2
+pkgver=1.5.9
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=('4f5c8fa41a10762b29a9d52d98bb12ed')
+md5sums=('eb4e4fd9ce29ce9b5ddf9a60f59c39e4')
depends=(
'pyalpm'
'git'