summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7ff676951759..8715cd83729c 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.4.4
+ pkgver = 1.4.5
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
optdepends = asp: for ABS support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
conflicts = pikaur-git
- source = pikaur-1.4.4.tar.gz::https://github.com/actionless/pikaur/archive/1.4.4.tar.gz
- md5sums = 3d378649594e6a417b9e85dad8e06a29
+ source = pikaur-1.4.5.tar.gz::https://github.com/actionless/pikaur/archive/1.4.5.tar.gz
+ md5sums = f7697b86b6268a330af78dc30897e014
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index c84f3a770b3c..c7ddeed163ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1414,3 +1414,12 @@ Mon Sep 9 04:32:28 2019 +0200
2019-07-17 be5daa8 actionless fix(build): remove exception which was always unused before
2019-07-10 cb28663 Osman Karagöz chore(locale): update TR translation (#378)
2019-04-23 a6cdefa actionless fix(pikspect: tty_restore: save): ignore termios errors
+
+
+Sat Sep 14 23:17:44 2019 +0200
+-------------------------------------------------
+1.4.5 Hotfix release 1.4.5
+
+ Notable changes:
+ 2019-09-14 0213895 actionless fix(build, install_info_fetcher, pacman): --print-info, --deptest and --remove conflicts with --overwrite flag of --sync
+ 2019-09-13 210e3d1 actionless fix(pikspect: run): explicitly close slave pty-s (ref: #387)
diff --git a/PKGBUILD b/PKGBUILD
index 8c6037e85275..b62804e27646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4.4
+pkgver=1.4.5
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=('3d378649594e6a417b9e85dad8e06a29')
+md5sums=('f7697b86b6268a330af78dc30897e014')
depends=(
'pyalpm'
'git'