summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-07-14 10:24:07 +0200
committeractionless2023-07-14 10:24:07 +0200
commit8764f311a967f8966ef834d3689e6d9a56c1c80e (patch)
treea51c710a0179981dbe6f658cec52b9c88d23c6c4
parent4aa070ef4d490421b21896b1ea9961bf4b02c36a (diff)
downloadaur-8764f311a967f8966ef834d3689e6d9a56c1c80e.tar.gz
update to 1.16.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 4c63a1dc471b..71176e52388c 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.16
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -18,7 +18,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.16.tar.gz::https://github.com/actionless/pikaur/archive/1.16.tar.gz
- b2sums = aaf887610c12438f963bd8e1a0d2f44da1dbc6c52cd820d6d4f38fa905b5eda65a8b954aebf4f9ee8816954bc3b4313520be4b8a67dee881f05073be0b591363
+ source = pikaur-1.16.1.tar.gz::https://github.com/actionless/pikaur/archive/1.16.1.tar.gz
+ b2sums = b343829fd18ccf0449226cd42d0ab53f5c68fc4353d6fe8b77b4a370edb3665d29362f20d240f3d8319f9c9c1427892e828b65216600d177f262fb1001726d4d
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 5c29bc0c9053..a9e3f82f06a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2094,3 +2094,10 @@ Fri Jul 14 05:03:49 2023 +0200
* 2023-07-13 e3b5d5e actionless fix(install_cli: init: refresh): don't break terminal with the new `sudo` use_pty defaults to `true`
* 2023-06-27 5a9a2f3 actionless feat(getpkgbuild, args): add -o/--output flag for -G operation, update AUR repo if already cloned (fixes #723)
* 2023-06-20 a174539 actionless fix(pacman: find_sysupgrade_pkgs): when computing deps take into account pkgs which gon be installed manually (fixes #727)
+
+
+Fri Jul 14 10:23:03 2023 +0200
+-------------------------------------------------
+1.16.1 Hotfix release 1.16.1
+
+ 2023-07-14 b16c2fa actionless fix(pikspect): `is None` and handle stdin without timeout (fixes #729)
diff --git a/PKGBUILD b/PKGBUILD
index e5687689fa29..59a101b2865d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.16
+pkgver=1.16.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
)
-b2sums=('aaf887610c12438f963bd8e1a0d2f44da1dbc6c52cd820d6d4f38fa905b5eda65a8b954aebf4f9ee8816954bc3b4313520be4b8a67dee881f05073be0b591363')
+b2sums=('b343829fd18ccf0449226cd42d0ab53f5c68fc4353d6fe8b77b4a370edb3665d29362f20d240f3d8319f9c9c1427892e828b65216600d177f262fb1001726d4d')
depends=(
'pyalpm'
'git'