summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-12-25 05:58:46 +0100
committeractionless2019-12-25 05:58:46 +0100
commit14e749df237b9d13f2da127c1b566165d5684e20 (patch)
treea8b7da60ce37a10280f31349f425f1961b51a62c
parentbb0f3fe2bded454f79d537b9090b50fc07bf9b26 (diff)
downloadaur-14e749df237b9d13f2da127c1b566165d5684e20.tar.gz
update to 1.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24db6752a16..963e83d42026 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.6
+ pkgver = 1.5.7
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.6.tar.gz::https://github.com/actionless/pikaur/archive/1.5.6.tar.gz
- md5sums = dc4c23685fda986b3184886a9efdd6d8
+ source = pikaur-1.5.7.tar.gz::https://github.com/actionless/pikaur/archive/1.5.7.tar.gz
+ md5sums = ab0d49dbb749bdc2398f4da88c791677
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index b753cc5e1f4a..3bde8d101e43 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1510,3 +1510,14 @@ Sat Dec 21 11:43:57 2019 +0100
2019-12-21 94c9abb actionless Revert "fix(core: sudo_loop): revert back to `sudo -v` as it's fixed upstream (re: #408)"
2019-12-20 909eb69 actionless chore(news): change colors for easier discoverability of the news (fixes #419)
+
+
+Wed Dec 25 05:57:40 2019 +0100
+-------------------------------------------------
+1.5.7 Release 1.5.7
+
+ Notable changes:
+ 2019-12-24 27fb1de actionless refactor,fix(news): clean-up the code and also handle ValueError (corrupted date file) (fixes #435)
+ 2019-12-23 1f20d6c actionless fix(install_cli): don't check package for upgradeability if it's not already installed
+ 2019-12-22 54f5dec actionless fix(core: dynamic_users): apply workaround for broken 'SuccessExitStatus= SuccessExitStatus=0' in systemd (fixes #434)
+ 2019-12-22 cc607d6 actionless fix(core: dynamic_users): use --pty so makepkg will be able to handle Ctrl+C (ref #434)
diff --git a/PKGBUILD b/PKGBUILD
index 361f590ba3b6..8e91ce4b8a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.6
+pkgver=1.5.7
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=('dc4c23685fda986b3184886a9efdd6d8')
+md5sums=('ab0d49dbb749bdc2398f4da88c791677')
depends=(
'pyalpm'
'git'