summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8ae46823becd..5a38e07814d2 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
+ pkgver = 1.5.9.1
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.tar.gz::https://github.com/actionless/pikaur/archive/1.5.9.tar.gz
- md5sums = eb4e4fd9ce29ce9b5ddf9a60f59c39e4
+ source = pikaur-1.5.9.1.tar.gz::https://github.com/actionless/pikaur/archive/1.5.9.1.tar.gz
+ md5sums = 80481a4c25cfd25f8d95402bd0675209
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index ec5a875f1f04..1ee288012b35 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1558,3 +1558,12 @@ Sat Jan 11 22:36:16 2020 +0100
Notable changes:
2020-01-11 7afe82d Mikhail Khvoinitsky pikspect: do not throttle output writes; read at most 4096 bytes from output instead of at most one byte; fixes #326
2020-01-11 12d2820 actionless fix(install_cli): also discard old install_info when it changed without user editing it
+
+
+Fri Jan 17 23:14:44 2020 +0100
+-------------------------------------------------
+1.5.9.1 Hotfix release 1.5.9.1
+
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index d1239af2c892..80194c657d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.9
+pkgver=1.5.9.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=('eb4e4fd9ce29ce9b5ddf9a60f59c39e4')
+md5sums=('80481a4c25cfd25f8d95402bd0675209')
depends=(
'pyalpm'
'git'