summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-08 15:05:40 +0100
committeractionless2020-02-08 15:05:40 +0100
commit9b411ecb50f2d6da7b7e1687c3eb2738202e372c (patch)
treed19943363ae8a81cb52a81c24e9f7f749df5bce8
parent6fccb6c21ecd7c424a7ea6be5571c8af220c80a4 (diff)
downloadaur-9b411ecb50f2d6da7b7e1687c3eb2738202e372c.tar.gz
update to 1.6.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 ae0dd9a98880..b4cd0d640ed2 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.1
+ pkgver = 1.6.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.6.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.1.tar.gz
- md5sums = dca1475035a6634377032f2428b29957
+ source = pikaur-1.6.2.tar.gz::https://github.com/actionless/pikaur/archive/1.6.2.tar.gz
+ md5sums = eb988c70e068baefe097dc846228cb19
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 876ae3cba9df..822d1be0e925 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1589,3 +1589,11 @@ Mon Feb 3 18:02:51 2020 +0100
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)
+
+
+Sat Feb 8 15:05:05 2020 +0100
+-------------------------------------------------
+1.6.2 Hotfix release 1.6.2
+
+ Notable changes:
+ 2020-02-08 8e0ee37 actionless fix(install_cli): run mksrcinfo only after all files have been reviewed
diff --git a/PKGBUILD b/PKGBUILD
index cc36126c09e3..4330eebffcd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.1
+pkgver=1.6.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=('dca1475035a6634377032f2428b29957')
+md5sums=('eb988c70e068baefe097dc846228cb19')
depends=(
'pyalpm'
'git'