summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-09-21 11:05:58 +0200
committeractionless2019-09-21 11:05:58 +0200
commitf8bbec96242e776e4b0938e20c0b975c5f7b3fbc (patch)
treee2ffb62674c91a6fc636d205707e07dd9c1cf331
parentdb665eb9d381a3d01e84b745959cb6672b39a6a7 (diff)
downloadaur-f8bbec96242e776e4b0938e20c0b975c5f7b3fbc.tar.gz
update to 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca4071c5777..3ddb87d90f27 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
+ pkgver = 1.5.1
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.tar.gz::https://github.com/actionless/pikaur/archive/1.5.tar.gz
- md5sums = 061e7547ec82bc1970a61db495ead79b
+ source = pikaur-1.5.1.tar.gz::https://github.com/actionless/pikaur/archive/1.5.1.tar.gz
+ md5sums = 75c5b63e5ea92db013e787a03a2a7c58
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 0829a0749484..4b3f6ac59690 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1435,3 +1435,10 @@ Sat Sep 21 01:04:57 2019 +0200
2019-09-18 819b813 actionless fix(core: isolate_root_cmd): use absolute path for WorkingDirectory (fixes #390)
2019-09-17 2c67908 actionless fix,refactor(build): simplify handling of last_installed_hash and also handle if the file is corrupted (ref: #392)
2019-09-15 3292696 actionless fix(main: cli_entry_points: dynamic_users): don't override --pikaur-config if it was already set by user (fixes #391)
+
+
+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
diff --git a/PKGBUILD b/PKGBUILD
index 3f59e67a6e1e..ab609f9c6d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5
+pkgver=1.5.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=('061e7547ec82bc1970a61db495ead79b')
+md5sums=('75c5b63e5ea92db013e787a03a2a7c58')
depends=(
'pyalpm'
'git'