summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e97934eba16b..86bddeb90bde 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.3
+ pkgver = 1.5.4
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.3.tar.gz::https://github.com/actionless/pikaur/archive/1.5.3.tar.gz
- md5sums = f9dff8cd3e00db3100e3954dee39b037
+ source = pikaur-1.5.4.tar.gz::https://github.com/actionless/pikaur/archive/1.5.4.tar.gz
+ md5sums = b0c491bfd2762e840412ff1ea47989f5
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 0eac84ddb8a6..3d429c97c027 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1470,3 +1470,15 @@ Tue Oct 15 02:32:45 2019 +0200
2019-10-02 238f864 actionless fix(makepkg_config): when using dynamic users ignore PKGDEST if it's set to temp dir (#394)
2019-09-29 7ec4306 Bundy01 chore(locale): es.po; fr.po (#401)
2019-09-26 8969fe4 Osman Karagöz chore(locale): update TR translation
+
+
+Mon Oct 21 20:14:31 2019 +0200
+-------------------------------------------------
+1.5.4 Release 1.5.4
+
+ Changes:
+ 2019-10-21 bff744c actionless fix(install_cli: get_all_pkgs_info): check only AUR packages if they're `-devel` or not
+ 2019-10-21 959007b actionless fix(pikspect: nested terminal): set tc break only if stdin is tty (fixes #411)
+ 2019-10-20 4ad6979 actionless feat(args): read stdin if `-` specified and stdin is not tty (fixes #411)
+ 2019-10-18 29efb8a actionless fix: make `python -m pikaur <args>` work
+ 2019-10-17 8e19240 actionless chore(core: sudo_loop; pikspect): return back to using `sudo pacman -T` instead of `sudo -v` (fixes #408)
diff --git a/PKGBUILD b/PKGBUILD
index 8355b769516b..7ebf90062d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.3
+pkgver=1.5.4
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=('f9dff8cd3e00db3100e3954dee39b037')
+md5sums=('b0c491bfd2762e840412ff1ea47989f5')
depends=(
'pyalpm'
'git'