summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-02 17:29:29 +0100
committeractionless2020-02-02 17:29:29 +0100
commitd9c010061e1912898ddecb7c6ff9cf35d660c66f (patch)
treeceb2c3ea857013a9a7d2a962959001fcc7decc2a
parent618365e59561bd57bca327a8c84111903a3ae655 (diff)
downloadaur-d9c010061e1912898ddecb7c6ff9cf35d660c66f.tar.gz
update to 1.6
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG13
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a38e07814d2..321ba21366f8 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.5.9.1
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -11,8 +11,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.5.9.1.tar.gz::https://github.com/actionless/pikaur/archive/1.5.9.1.tar.gz
- md5sums = 80481a4c25cfd25f8d95402bd0675209
+ source = pikaur-1.6.tar.gz::https://github.com/actionless/pikaur/archive/1.6.tar.gz
+ md5sums = 940bee0c2d2050dd3325f07339d89c51
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 1ee288012b35..b3ada0604287 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1567,3 +1567,16 @@ Fri Jan 17 23:14:44 2020 +0100
Notable changes:
2020-01-17 54faf55 actionless fix(build): editing PKGBUILD not available in AUR
2020-01-16 ec3d06f Bundy01 Locale update: es, fr (#444)
+
+
+Sun Feb 2 17:24:11 2020 +0100
+-------------------------------------------------
+1.6 Release 1.6
+
+ Notable changes:
+ 2020-02-01 4ebb5be actionless feat(install cli): separate messages for new and removed deps
+ 2020-02-01 43c4610 actionless fix(install cli): handle case when dependency which need to be removed also have some unlisted in AUR RPC deps
+ 2020-02-01 2ac8044 actionless feat(dynamic pkg selection): choose multiple packages at once (fixes #397)
+ 2020-01-31 2e484dd actionless fix(config: config-item): define __eq__ (fixes #447)
+ 2020-01-31 465177b actionless chore(cli-clean-pkgs): use bold line for question similar to pacman's -Sc
+ 2020-01-20 95fd008 actionless feat(install cli): show recovery prompt if deps for an AUR pkg are missing (fixes #282)
diff --git a/PKGBUILD b/PKGBUILD
index 80194c657d7d..cbd7d0e206f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.9.1
+pkgver=1.6
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=('80481a4c25cfd25f8d95402bd0675209')
+md5sums=('940bee0c2d2050dd3325f07339d89c51')
depends=(
'pyalpm'
'git'