summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-09-25 02:25:51 +0200
committeractionless2019-09-25 02:25:51 +0200
commita3454a62efb67e8d85462511b9f8540e1eef62bc (patch)
treeb58973df4712542e916c80dede470e8c6450a5d6
parentf8bbec96242e776e4b0938e20c0b975c5f7b3fbc (diff)
downloadaur-a3454a62efb67e8d85462511b9f8540e1eef62bc.tar.gz
update to 1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ddb87d90f27..a1256570bee1 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.1
+ pkgver = 1.5.2
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.5.1.tar.gz::https://github.com/actionless/pikaur/archive/1.5.1.tar.gz
- md5sums = 75c5b63e5ea92db013e787a03a2a7c58
+ source = pikaur-1.5.2.tar.gz::https://github.com/actionless/pikaur/archive/1.5.2.tar.gz
+ md5sums = 2847e94d4dcaebc1d71b4a4ff060d2ec
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 4b3f6ac59690..8242d4493cab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1442,3 +1442,14 @@ Sat Sep 21 11:04:24 2019 +0200
1.5.1 Hotfix release 1.5.1
2019-09-21 d5c8b30 actionless fix(dynamic pkg selection): index from 1; fix sorting
+
+
+Wed Sep 25 02:24:54 2019 +0200
+-------------------------------------------------
+1.5.2 Release 1.5.2
+
+ Notable changes:
+ 2019-09-22 34cc49b actionless feat(config; news): add misc.NewsUrl config option (fixes #349)
+ 2019-09-22 4f22072 actionless feat(config; search_cli; print_dept;): add ui.ReverseSearchSorting config option (fixes #380)
+ 2019-09-22 217ff6c actionless feat(config; print_dept: pformat upgradeable): add sync.ShowDowloadSize config option (fixes #311)
+ 2019-09-21 babea45 actionless style(locale: dynamic pkg selection): make prompt look more like pacman's
diff --git a/PKGBUILD b/PKGBUILD
index ab609f9c6d94..bd13dc505d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.1
+pkgver=1.5.2
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=('75c5b63e5ea92db013e787a03a2a7c58')
+md5sums=('2847e94d4dcaebc1d71b4a4ff060d2ec')
depends=(
'pyalpm'
'git'