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 525ddcced564..80e2b482adae 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.2
+ pkgver = 1.4.3
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.2.tar.gz::https://github.com/actionless/pikaur/archive/1.4.2.tar.gz
- md5sums = 8117dc826b853775356de93ece115586
+ source = pikaur-1.4.3.tar.gz::https://github.com/actionless/pikaur/archive/1.4.3.tar.gz
+ md5sums = 3bf682eeda6be2f42147071a91e4b38a
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 3b2fd21dfb90..62ca7ac9f211 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1388,3 +1388,10 @@ Mon Apr 22 01:46:29 2019 +0200
2019-03-26 2c3d678 lrh2000 Add `[e] edit PKGBUILD` option when failing to build packages.
2019-03-26 4469752 lrh2000 Add Socks5Proxy option in the config file.
2019-03-26 b3df0c6 actionless fix(prompt): handle EOF the same as Ctrl+C
+
+
+Tue Apr 23 05:35:08 2019 +0200
+-------------------------------------------------
+1.4.3 Hotfix release 1.4.3
+
+ 2019-04-23 2008cd7 actionless fix(version): not, it wasn't the last fix: case when version length is different
diff --git a/PKGBUILD b/PKGBUILD
index 63e9196d56d1..7a76aebe7536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4.2
+pkgver=1.4.3
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=('8117dc826b853775356de93ece115586')
+md5sums=('3bf682eeda6be2f42147071a91e4b38a')
depends=(
'pyalpm'
'git'