summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-02-06 05:52:16 +0100
committeractionless2021-02-06 05:52:16 +0100
commit142695eeffb5cc59af16e55deac47390c80a47a2 (patch)
tree0c185d4d486d8b5305478de2be5676e89969c95d
parenta209df0c5b437a35fee78e430b0bcf4b88f4ecf3 (diff)
downloadaur-142695eeffb5cc59af16e55deac47390c80a47a2.tar.gz
update to 1.6.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 73338bd4dd8a..38ea0f92062a 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.6.16
+ pkgver = 1.6.16.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,8 +12,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.16.tar.gz::https://github.com/actionless/pikaur/archive/1.6.16.tar.gz
- md5sums = 6a080cf6919e22a3d4c842653e31f651
+ source = pikaur-1.6.16.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.16.1.tar.gz
+ md5sums = 49d853b5c47c4b3f7e9b2cfeae2ede19
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 5b23c3949042..e1ca2183959a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1765,3 +1765,10 @@ Wed Feb 3 19:21:57 2021 +0100
2020-12-18 8c50de1 Dylan1496 chore(core: get_editor): add more fallback editors (#541)
2020-12-18 8770f03 actionless feat(urllib): handle more errors
2020-12-14 d4822be actionless feat(packaging: bin: pikaur): also handle pyalpm import failure
+
+
+Sat Feb 6 05:51:38 2021 +0100
+-------------------------------------------------
+1.6.16.1 Hotfix release 1.6.16.1
+
+ 2021-02-06 dd69394 actionless fix(pikspect): don't fail if can't restore tcattrs (see 5ea2502faa7ce641e4dc97b3f2de24b9a4a10135)
diff --git a/PKGBUILD b/PKGBUILD
index 98306d0a1b51..61cc3abcbad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.16
+pkgver=1.6.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
)
-md5sums=('6a080cf6919e22a3d4c842653e31f651')
+md5sums=('49d853b5c47c4b3f7e9b2cfeae2ede19')
depends=(
'pyalpm'
'git'