summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG14
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fc9f187a7a3..947affd17b58 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
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.4.tar.gz::https://github.com/actionless/pikaur/archive/1.4.tar.gz
- md5sums = 2792151b4ca3ea6de5913b53a2a8a3a4
+ source = pikaur-1.4.1.tar.gz::https://github.com/actionless/pikaur/archive/1.4.1.tar.gz
+ md5sums = c1c476894d1a9e994256dbb0f0c6ebe0
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 9243309e42fb..78d47e3211c0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1360,3 +1360,17 @@ Sun Mar 3 21:13:21 2019 +0100
2019-01-16 6bd9343 actionless fix(install_cli): correctly reraise exception from refresh pkg db thread
2019-01-14 9a4f09d Bundy01 Translation update ES, FR
2019-01-13 979c1ee actionless feat(install cli): when --needed: exclude from prompt repo and non-devel aur pkgs
+
+
+Wed Mar 20 01:10:16 2019 +0100
+-------------------------------------------------
+1.4.1 Release 1.4.1
+
+ Notable changes:
+ 2019-03-20 75126e8 actionless fix(install_cli: get_all_pkgs_info): don't check --needed if package installed via its Provides field, not directly
+ 2019-03-20 2a617cc actionless fix(install_cli: _init): exit if there are no packages to be installed or upgraded
+ 2019-03-19 8b5d60f actionless fix(install_cli: get_all_pkgs_info): don't check --needed when installing a new package
+ 2019-03-15 277d66d actionless feat(aur_deps): in case if resolving aur deps failed print which of the packages caused that
+ 2019-03-15 e63f7d6 Jason doc(readme): Amend spelling mistake (#352)
+ 2019-03-14 3edafac actionless fix(install_cli: get_installed_status, review_build_files): if aur repo didn't changed and --needed or --devel is used mark package as already reviewed
+ 2019-03-05 9654ef2 Drommer Full russian translation (#355)
diff --git a/PKGBUILD b/PKGBUILD
index 5b75894bd21c..fa0ae9ba864c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4
+pkgver=1.4.1
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=('2792151b4ca3ea6de5913b53a2a8a3a4')
+md5sums=('c1c476894d1a9e994256dbb0f0c6ebe0')
depends=(
'pyalpm'
'git'