summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-02-27 00:38:56 +0100
committeractionless2020-02-27 00:38:56 +0100
commitbabeb316fb229c71beda8b692c2beb88e768eab4 (patch)
treee935c0799e1113d2e6a56a72749e5cde954c70cc
parent5062605f1a168add041bfab3290bce821d1df3e2 (diff)
downloadaur-babeb316fb229c71beda8b692c2beb88e768eab4.tar.gz
update to 1.6.6
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f88b076e9a..8fea378b9baa 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.5
+ pkgver = 1.6.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.6.5.tar.gz::https://github.com/actionless/pikaur/archive/1.6.5.tar.gz
- md5sums = 66dc2e51ffe62349ff401f7f3ba90e95
+ source = pikaur-1.6.6.tar.gz::https://github.com/actionless/pikaur/archive/1.6.6.tar.gz
+ md5sums = 46d97b621347eed1e8bf7d2868f81ede
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 6f091415c635..e299a61b70d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1627,3 +1627,15 @@ Sat Feb 22 13:59:34 2020 +0100
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)
+
+
+Thu Feb 27 00:30:20 2020 +0100
+-------------------------------------------------
+1.6.6 Release 1.6.6
+
+ Notables changes:
+ 2020-02-26 fa3f9e1 actionless chore(args): document --pikaur-debug and mention it in GitHub issue template
+ 2020-02-26 5403392 actionless fix(build: init): allow limiting package_names when building pkgbuild by path (fixes #452)
+ 2020-02-22 5557ee6 actionless chore(config): move 'AurUrl' and 'NewsUrl' to [network] config section
+ 2020-02-22 b3995fb actionless chore(config): move 'NoEdit', 'DontEditByDefault', 'NoDiff', 'GitDiffArgs' and 'DiffPager' to [review] config section
+ 2020-02-22 123552e actionless feat(config): implement config migration
diff --git a/PKGBUILD b/PKGBUILD
index 0be854ce9ccb..26a5c0864f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.5
+pkgver=1.6.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=('66dc2e51ffe62349ff401f7f3ba90e95')
+md5sums=('46d97b621347eed1e8bf7d2868f81ede')
depends=(
'pyalpm'
'git'