summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-22 14:00:16 +0100
committeractionless2020-02-22 14:00:16 +0100
commit5062605f1a168add041bfab3290bce821d1df3e2 (patch)
tree8bc5c5164f041a9ffdf9cb015ada8e58788385a0
parent9cfea25d5b40a52ccdbc276a2ca9cecb89560e1b (diff)
downloadaur-5062605f1a168add041bfab3290bce821d1df3e2.tar.gz
update to 1.6.5
-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 f4f37bf1d5ed..70f88b076e9a 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.6.4
+ pkgver = 1.6.5
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.6.4.tar.gz::https://github.com/actionless/pikaur/archive/1.6.4.tar.gz
- md5sums = 45c1bb6f81de94528f356a5917031ece
+ source = pikaur-1.6.5.tar.gz::https://github.com/actionless/pikaur/archive/1.6.5.tar.gz
+ md5sums = 66dc2e51ffe62349ff401f7f3ba90e95
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 2f37b68d643b..6f091415c635 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1618,3 +1618,12 @@ Sun Feb 16 20:13:00 2020 +0100
2020-02-15 d701695 actionless fix(args): make --print-commands work again (but still keep --verbose work as well)
2020-02-15 77619d3 actionless feat(pprint, args, install_info): handle pacman's --debug and add its own --pikaur-debug, add print_debug(), minimal debugging output in install info fetcher
2020-02-13 671f15f actionless feat(search_cli): workaround/handle 'Query arg too small.' from AUR RPC
+
+
+Sat Feb 22 13:59:34 2020 +0100
+-------------------------------------------------
+1.6.5 Release 1.6.5
+
+ Notable changes:
+ 2020-02-22 9927f58 NeoTheFox feat: add `doas` support as PrivilegeEscalationTool config option (#455)
+ 2020-02-19 7f04667 actionless fix(print_department: pformat_upgradeable): AUR pkgs when upgrades sorted by repo (fixes #454)
diff --git a/PKGBUILD b/PKGBUILD
index 5787f8ff2dfe..0be854ce9ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.4
+pkgver=1.6.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=('45c1bb6f81de94528f356a5917031ece')
+md5sums=('66dc2e51ffe62349ff401f7f3ba90e95')
depends=(
'pyalpm'
'git'