summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG19
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e2b482adae..7ff676951759 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.3
+ pkgver = 1.4.4
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.3.tar.gz::https://github.com/actionless/pikaur/archive/1.4.3.tar.gz
- md5sums = 3bf682eeda6be2f42147071a91e4b38a
+ source = pikaur-1.4.4.tar.gz::https://github.com/actionless/pikaur/archive/1.4.4.tar.gz
+ md5sums = 3d378649594e6a417b9e85dad8e06a29
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 62ca7ac9f211..c84f3a770b3c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1395,3 +1395,22 @@ 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
+
+
+Mon Sep 9 04:32:28 2019 +0200
+-------------------------------------------------
+1.4.4 Release 1.4.4
+
+ Notable changes:
+ 2019-09-09 f893ebe actionless feat(install_info_fetcher): when getting install info from pacman first try it for all the packages combined (#389)
+ 2019-09-09 6592951 Bundy01 Update locale: es, fr (#386)
+ 2019-08-13 319156d Drommer chor(locale): Update ru.po (#383)
+ 2019-08-12 9aedcd9 Ye Yuan feat(config, aur): add support to set an alternative AUR host (#384)
+ 2019-07-26 1981327 actionless fix(core: installinfo): mark description as optional
+ 2019-07-26 554e584 actionless fix(aur, progressbar): fix progressbar for long tasks
+ 2019-07-26 c9df111 actionless fix(aur: AURPkgInfo): set default values for optional fields
+ 2019-07-26 216b6f6 actionless refactor(core: datatype): check if all required fields are set
+ 2019-07-24 c04bccb azrdev german l10n: fix clash between edit PKGBUILD / remove builddir (#381)
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 7a76aebe7536..8c6037e85275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4.3
+pkgver=1.4.4
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=('3bf682eeda6be2f42147071a91e4b38a')
+md5sums=('3d378649594e6a417b9e85dad8e06a29')
depends=(
'pyalpm'
'git'