summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e669c082a8f8..6a89f6f42f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 1.2.22
+ pkgver = 1.2.23
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.22.tar.gz::https://github.com/actionless/pikaur/archive/1.2.22.tar.gz
- md5sums = 91f7e14038181d9591b8a483379e6ca1
+ source = pikaur-1.2.23.tar.gz::https://github.com/actionless/pikaur/archive/1.2.23.tar.gz
+ md5sums = e8547b786cd77040ac46f49463089d8e
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 22ed35787e3f..d93ccf67ad61 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -665,3 +665,10 @@ Tue Aug 21 03:07:47 2018 +0200
2018-08-20 2137593 actionless feat(prompt): stop any output from other threads if prompt raised a question to the user
2018-08-20 ad45d7c actionless fix(args): --ignore pkgs can be delimited by comma
2018-08-19 936db05 Alexandre Lopes chore(locale): update PT translation (#273)
+
+
+Wed Aug 22 13:06:13 2018 +0200
+-------------------------------------------------
+1.2.23 Bugfix release 1.2.23:
+
+ 2018-08-22 35be8fb actionless fix(prompt): don't use printlock when print answer in requireenterconfirm=no prompt
diff --git a/PKGBUILD b/PKGBUILD
index 58702eee4b5f..60174e2b58ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.22
+pkgver=1.2.23
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('91f7e14038181d9591b8a483379e6ca1')
+md5sums=('e8547b786cd77040ac46f49463089d8e')
depends=(
'pacman'
'pyalpm'