summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-12-07 06:05:10 +0100
committeractionless2020-12-07 06:05:10 +0100
commitc556096e458b73eed87b4c6b44d6338a2a16c2a6 (patch)
tree47b462cd2908f26a5dbb9f418124b16b52e0e45e
parent9e8171d8f8127eb3c1bc7983d3c92f9ebbc58ef7 (diff)
downloadaur-c556096e458b73eed87b4c6b44d6338a2a16c2a6.tar.gz
update to 1.6.15
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD2
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3953e5f93e1..1be271438f20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur-git
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.6.14
+ pkgver = 1.6.15
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 89e476dd9d0c..b20a6b52de87 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1744,3 +1744,12 @@ Fri Dec 4 12:48:47 2020 +0100
Changes:
2020-12-04 24a101d actionless feat(packaging: bin; makefile; pkgbuild): don't fail anymore in case of python version updates
2020-11-29 07bd518 Osman Karagöz chore(locale): update TR translation (#532)
+
+
+Mon Dec 7 06:04:01 2020 +0100
+-------------------------------------------------
+1.6.15 Bugfix release 1.6.15
+
+ Notable changes:
+ 2020-12-06 f0041a3 actionless fix(build: remove_build_deps): skip if pkg diff returned no installed pkgs (re: #528/konomikitten)
+ 2020-12-04 17feee7 actionless feat(packaging: bin: pikaur): handle the case when even fallback module load not helps
diff --git a/PKGBUILD b/PKGBUILD
index 34169c10c9ad..f9d5bb63cf2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.14
+pkgver=1.6.15
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')