summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ba81be909e24..e669c082a8f8 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.21
+ pkgver = 1.2.22
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.21.tar.gz::https://github.com/actionless/pikaur/archive/1.2.21.tar.gz
- md5sums = 5b657db0496f857ad78b48fdffec4af8
+ source = pikaur-1.2.22.tar.gz::https://github.com/actionless/pikaur/archive/1.2.22.tar.gz
+ md5sums = 91f7e14038181d9591b8a483379e6ca1
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 260e8f8daf34..22ed35787e3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -654,3 +654,14 @@ Thu Aug 16 20:07:44 2018 +0200
2018-08-13 21b3cf8 actionless fix(build: copy_aur_repo): mkdir after removing dir
2018-08-13 6c96852 actionless feat(build, install, config): don't remove build dir for dev packages by default; add KeepDevBuildDir config option
2018-08-12 acc53d5 actionless fix(install cli): exit if repo pkg is not found
+
+
+Tue Aug 21 03:07:47 2018 +0200
+-------------------------------------------------
+1.2.22 Release 1.2.22
+
+ Notable changes:
+ 2018-08-21 c67ed12 actionless fix(install cli): retrieve dev pkgs' srcs synchronously to avoid race condition in systemd dynamic users
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index 175385b5ddb0..58702eee4b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.21
+pkgver=1.2.22
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=('5b657db0496f857ad78b48fdffec4af8')
+md5sums=('91f7e14038181d9591b8a483379e6ca1')
depends=(
'pacman'
'pyalpm'