summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG20
-rw-r--r--PKGBUILD6
3 files changed, 27 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877e15aae1af..3fbda8c6346c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.5.4
- pkgrel = 2
+ pkgver = 1.5.5
+ pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.5.4.tar.gz::https://github.com/actionless/pikaur/archive/1.5.4.tar.gz
- md5sums = b0c491bfd2762e840412ff1ea47989f5
+ source = pikaur-1.5.5.tar.gz::https://github.com/actionless/pikaur/archive/1.5.5.tar.gz
+ md5sums = bcea36ff7e3ebd3d7e3ffae189c9fee9
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 3d429c97c027..c360bae740aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1482,3 +1482,23 @@ Mon Oct 21 20:14:31 2019 +0200
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)
+
+
+Thu Dec 19 17:30:31 2019 +0100
+-------------------------------------------------
+1.5.5 Release 1.5.5
+
+ Notable changes:
+ 2019-12-19 d0972de actionless feat(print dept: pformat upgradeable): print if aur package is marked as 'out of date'
+ 2019-12-05 8884e66 actionless fix(main: cli entry point): -Sca don't require sudo (fixes #430)
+ 2019-12-05 0e3707d Yauhen Kirylau feat(install cli, build): --devel should follow -u/-uu behavior on downgrade policy (fixes #358)
+ 2019-12-05 e13c0ec actionless fix(install cli: install prompt): correctly handle next command after `v`
+ 2019-12-03 a828bed actionless feat(install info fetcher: get aur pkgs info): don't log what non-found package is ignored
+ 2019-11-28 c264873 Florian Knodt Keep proxy in environment when using systemd-run (#348)
+ 2019-11-27 1866d7e actionless feat: --keepbuilddeps flag and config option (fixes #370)
+ 2019-11-26 6f96fc3 Jason doc: Amend various typos (#426)
+ 2019-11-08 a5040fc Heimen Stoffels Updated Dutch translation (#417)
+ 2019-10-27 e53cbb5 Bundy01 fix(locale): fr,es (#414)
+ 2019-10-26 27d47fd Bundy01 chore(locale): update fr, es (#413)
+ 2019-10-22 f3cafc9 Felix Yan doc: fix typos in README (#412)
+ 2019-10-21 605049e actionless fix(core: sudo_loop): revert back to `sudo -v` as it's fixed upstream (re: #408)
diff --git a/PKGBUILD b/PKGBUILD
index 9d98560ffe25..c8de866e7bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
url="https://github.com/actionless/pikaur"
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('b0c491bfd2762e840412ff1ea47989f5')
+md5sums=('bcea36ff7e3ebd3d7e3ffae189c9fee9')
depends=(
'pyalpm'
'git'