summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-02-13 02:21:22 +0100
committeractionless2021-02-13 02:21:22 +0100
commit9394e8a1b2264b61c380255d75bd595ce000a06c (patch)
treee7a64f4a9a2595da9bc2ecde4ceab78a86f72500
parent142695eeffb5cc59af16e55deac47390c80a47a2 (diff)
downloadaur-9394e8a1b2264b61c380255d75bd595ce000a06c.tar.gz
update to 1.6.16.2
-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 38ea0f92062a..55a3eeba5ffe 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.1
+ pkgver = 1.6.16.2
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.1.tar.gz::https://github.com/actionless/pikaur/archive/1.6.16.1.tar.gz
- md5sums = 49d853b5c47c4b3f7e9b2cfeae2ede19
+ source = pikaur-1.6.16.2.tar.gz::https://github.com/actionless/pikaur/archive/1.6.16.2.tar.gz
+ md5sums = 6e448964545442a647b55a21d9a18f8b
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index e1ca2183959a..d6d32ddc1a14 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1772,3 +1772,10 @@ 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)
+
+
+Sat Feb 13 02:20:45 2021 +0100
+-------------------------------------------------
+1.6.16.2 Hotfix release 1.6.16.2
+
+ 2021-02-13 f3dcd34 actionless fix(pikspect): don't fail if can't restore tcattrs - 2
diff --git a/PKGBUILD b/PKGBUILD
index 61cc3abcbad5..7514844c9ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.16.1
+pkgver=1.6.16.2
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=('49d853b5c47c4b3f7e9b2cfeae2ede19')
+md5sums=('6e448964545442a647b55a21d9a18f8b')
depends=(
'pyalpm'
'git'