summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 22:41:56 +0100
committeractionless2020-03-17 22:41:56 +0100
commit573e512723192f2d9c75921c734d1f2f98e58790 (patch)
tree307a76a5db3d79bdf8580a1b63ace6bc76296a90
parent39527fec03e3a37d9b30d528b53590815e9b7964 (diff)
downloadaur-573e512723192f2d9c75921c734d1f2f98e58790.tar.gz
update to 1.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbda4db81bb3..1e700fc728db 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.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -11,8 +11,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.7.tar.gz::https://github.com/actionless/pikaur/archive/1.6.7.tar.gz
- md5sums = 56fe4c6e618229af151733f31ff03160
+ source = pikaur-1.6.8.tar.gz::https://github.com/actionless/pikaur/archive/1.6.8.tar.gz
+ md5sums = 24c16026e37121d01a0194c7071f87c2
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 268d2ba49051..6e75958dd183 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1650,3 +1650,13 @@ Tue Mar 10 16:45:20 2020 +0100
2020-03-05 ca2cec1 actionless fix(install cli): handle pkgbuild changed even on earliest stages
2020-03-03 05a66d9 Bundy01 Locale update: es, fr
2020-03-02 588f5b4 actionless feat(aur, news): extract urllib-related code to separate module in order to add verbose logging for network requests
+
+
+Tue Mar 17 22:41:17 2020 +0100
+-------------------------------------------------
+1.6.8 Release 1.6.8
+
+ Notable changes:
+ 2020-03-17 aa54551 actionless fix(install_cli: conflicts): check also conflicting aur deps
+ 2020-03-17 4d70a69 actionless fix(install_cli): remove failed pkgbuild from the list
+ 2020-03-15 136d03a actionless fix(urllib): return empty string if url request is not required (fixes #461)
diff --git a/PKGBUILD b/PKGBUILD
index 5a096fe65985..b1ced759887f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.7
+pkgver=1.6.8
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=('56fe4c6e618229af151733f31ff03160')
+md5sums=('24c16026e37121d01a0194c7071f87c2')
depends=(
'pyalpm'
'git'