summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-01-10 15:17:01 +0100
committeractionless2020-01-10 15:17:01 +0100
commit8cf5318a6dba435d15f591fe03c2703a439e44e6 (patch)
treeb9c5b569ab17773b374434738f8fce845d6bdd0c
parenta901c019eb949112e0c589a579224c880da86132 (diff)
downloadaur-8cf5318a6dba435d15f591fe03c2703a439e44e6.tar.gz
update to 1.5.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1942bedc4e1e..84caa9b5083f 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.1
+ pkgver = 1.5.8.2
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.1.tar.gz::https://github.com/actionless/pikaur/archive/1.5.8.1.tar.gz
- md5sums = 54de6514f85a9f30296bba1ceb391b31
+ source = pikaur-1.5.8.2.tar.gz::https://github.com/actionless/pikaur/archive/1.5.8.2.tar.gz
+ md5sums = 4f5c8fa41a10762b29a9d52d98bb12ed
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 6b3ceb07117a..2af3494753be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1541,3 +1541,11 @@ Thu Jan 9 01:24:42 2020 +0100
Notable changes:
2020-01-08 fd88c62 actionless fix(aur: AURPkgInfo: from_srcinfo): fix *depends fields
2020-01-08 a36531e actionless fix(print-upgradeable-cli): don't print ignored packages
+
+
+Fri Jan 10 15:16:16 2020 +0100
+-------------------------------------------------
+1.5.8.2 Hotfix release 1.5.8.2
+
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index b28a51000163..94aa2a4f451d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.8.1
+pkgver=1.5.8.2
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=('54de6514f85a9f30296bba1ceb391b31')
+md5sums=('4f5c8fa41a10762b29a9d52d98bb12ed')
depends=(
'pyalpm'
'git'