summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-01-01 23:54:42 +0100
committeractionless2020-01-01 23:54:42 +0100
commit53c8c8c1f83b62f4014977550cd2a47fccbdbb78 (patch)
tree853f0c61b7b4fa3de341c66e61296badbf2672b2
parent14e749df237b9d13f2da127c1b566165d5684e20 (diff)
downloadaur-53c8c8c1f83b62f4014977550cd2a47fccbdbb78.tar.gz
update to 1.5.8
-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 963e83d42026..cf219dae947b 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.7
+ pkgver = 1.5.8
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.7.tar.gz::https://github.com/actionless/pikaur/archive/1.5.7.tar.gz
- md5sums = ab0d49dbb749bdc2398f4da88c791677
+ source = pikaur-1.5.8.tar.gz::https://github.com/actionless/pikaur/archive/1.5.8.tar.gz
+ md5sums = f7940f02a92d285b4a9e91f8114418be
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 3bde8d101e43..38a117e3cdad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1521,3 +1521,14 @@ Wed Dec 25 05:57:40 2019 +0100
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)
+
+
+Wed Jan 1 23:52:45 2020 +0100
+-------------------------------------------------
+1.5.8 Release 1.5.8
+
+ Notable changes:
+ 2019-12-29 15815b4 actionless feat(install_cli, build): show new dependencies in install prompt after the user has edited PKGBUILD (fixes #372)
+ 2019-12-29 d570038 actionless fix(install_cli): detecting extra (unlisted in aur rpc) deps in split packages
+ 2019-12-28 f8375c5 actionless feat(install_cli, install info fetcher): show install prompt if list of deps changed after editing PKGBUILD (ref: #427)
+ 2019-12-28 ee8f879 actionless feat(updates: aur; args; config): option to ignore outofdate aur upgrades
diff --git a/PKGBUILD b/PKGBUILD
index 8e91ce4b8a12..73d19d9c1dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.7
+pkgver=1.5.8
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=('ab0d49dbb749bdc2398f4da88c791677')
+md5sums=('f7940f02a92d285b4a9e91f8114418be')
depends=(
'pyalpm'
'git'