summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-07-14 05:14:04 +0200
committeractionless2023-07-14 05:14:04 +0200
commit4aa070ef4d490421b21896b1ea9961bf4b02c36a (patch)
tree6e287c4c7e29d7eeac45ca396e66ecd65f391102
parent610e44fd0d45b6351f2b472301ad797be08a350f (diff)
downloadaur-4aa070ef4d490421b21896b1ea9961bf4b02c36a.tar.gz
update to 1.16
-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 0e521c5392cf..4c63a1dc471b 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.15.3
+ pkgver = 1.16
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.15.3.tar.gz::https://github.com/actionless/pikaur/archive/1.15.3.tar.gz
- b2sums = c8779c2bac120cd619853f7961824f96fe593bbccf020629e8e7babcbb67b1e35a9e18bbc55c14d4b9eb33bbcab491329e0f0391c7a066c0e79cca59456acac1
+ source = pikaur-1.16.tar.gz::https://github.com/actionless/pikaur/archive/1.16.tar.gz
+ b2sums = aaf887610c12438f963bd8e1a0d2f44da1dbc6c52cd820d6d4f38fa905b5eda65a8b954aebf4f9ee8816954bc3b4313520be4b8a67dee881f05073be0b591363
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 3b4297509ed1..5c29bc0c9053 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2083,3 +2083,14 @@ Fri May 26 04:41:58 2023 +0200
* 2023-05-26 4620ade actionless fix(getpkgbuild_cli): --unprivileged was renamed to --protocol=https in `devtools`
* 2023-05-26 810efe4 actionless fix(pkgbuild): add python-hatchling
* 2023-05-23 2faea6e Curtis Lee Bolin chore(packaging): copy metadata from `setup.py` to `pyproject.toml` (#716)
+
+
+Fri Jul 14 05:03:49 2023 +0200
+-------------------------------------------------
+1.16 Release 1.16
+
+ Notable changes:
+ * 2023-07-14 971206b actionless fix/refactor(pikspect): use pty.spawn() as a base instead of subprocess.Popen() - to fix working with latest `sudo` `use_pty` default set to `true`
+ * 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)
diff --git a/PKGBUILD b/PKGBUILD
index 5fe35f0c763a..e5687689fa29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.15.3
+pkgver=1.16
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=('c8779c2bac120cd619853f7961824f96fe593bbccf020629e8e7babcbb67b1e35a9e18bbc55c14d4b9eb33bbcab491329e0f0391c7a066c0e79cca59456acac1')
+b2sums=('aaf887610c12438f963bd8e1a0d2f44da1dbc6c52cd820d6d4f38fa905b5eda65a8b954aebf4f9ee8816954bc3b4313520be4b8a67dee881f05073be0b591363')
depends=(
'pyalpm'
'git'