summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 742532ba7084..0613098c9d99 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.14
+ pkgver = 1.6.15
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.14.tar.gz::https://github.com/actionless/pikaur/archive/1.6.14.tar.gz
- md5sums = 76283418015f9551cad877e96febc70d
+ source = pikaur-1.6.15.tar.gz::https://github.com/actionless/pikaur/archive/1.6.15.tar.gz
+ md5sums = 48fa7f2943833f0133c826c6c53bd6f5
pkgname = pikaur
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 9f40a0d856c5..44f6b081486c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('76283418015f9551cad877e96febc70d')
+md5sums=('48fa7f2943833f0133c826c6c53bd6f5')
depends=(
'pyalpm'
'git'