summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-03 18:03:30 +0100
committeractionless2020-02-03 18:03:30 +0100
commit6fccb6c21ecd7c424a7ea6be5571c8af220c80a4 (patch)
tree09bb77311714eafce6d7a99d11f0063e3224a7d1
parentd9c010061e1912898ddecb7c6ff9cf35d660c66f (diff)
downloadaur-6fccb6c21ecd7c424a7ea6be5571c8af220c80a4.tar.gz
update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321ba21366f8..ae0dd9a98880 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.6
+ pkgver = 1.6.1
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.6.tar.gz::https://github.com/actionless/pikaur/archive/1.6.tar.gz
- md5sums = 940bee0c2d2050dd3325f07339d89c51
+ source = pikaur-1.6.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.1.tar.gz
+ md5sums = dca1475035a6634377032f2428b29957
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index b3ada0604287..876ae3cba9df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1580,3 +1580,12 @@ Sun Feb 2 17:24:11 2020 +0100
2020-01-31 2e484dd actionless fix(config: config-item): define __eq__ (fixes #447)
2020-01-31 465177b actionless chore(cli-clean-pkgs): use bold line for question similar to pacman's -Sc
2020-01-20 95fd008 actionless feat(install cli): show recovery prompt if deps for an AUR pkg are missing (fixes #282)
+
+
+Mon Feb 3 18:02:51 2020 +0100
+-------------------------------------------------
+1.6.1 Hotfix release 1.6.1
+
+ Changes:
+ 2020-02-03 bf8f1e8 actionless fix(install_cli): don't skip file review if --devel or --needed modes
+ 2020-02-03 021fae1 actionless fix(install cli): when discarding package also add it manually_excluded, to prevent showing twice update itself and user-modified pkgbuild (fixes #446)
diff --git a/PKGBUILD b/PKGBUILD
index cbd7d0e206f3..cc36126c09e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6
+pkgver=1.6.1
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=('940bee0c2d2050dd3325f07339d89c51')
+md5sums=('dca1475035a6634377032f2428b29957')
depends=(
'pyalpm'
'git'