summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a1b7af912c5b..cce53d4bbefd 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.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.3.4.tar.gz::https://github.com/actionless/pikaur/archive/1.3.4.tar.gz
- md5sums = 6d480a9e417816b5e0b00f0866250b96
+ source = pikaur-1.3.5.tar.gz::https://github.com/actionless/pikaur/archive/1.3.5.tar.gz
+ md5sums = ba2bfd93be26d5741709ffa337c61aa1
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 07fdd5a560c2..224a0196acd1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1322,3 +1322,13 @@ Tue Dec 18 20:07:15 2018 +0100
2018-12-13 5cc6aea actionless fix(install cli, build): when split packages have base depends section those deps should be installed during the build
2018-12-13 09987eb actionless fix(main: cache clean): correctly handle countable --clean arg
2018-12-12 95fee07 lasers main: don't print empty upgradeable lines
+
+
+Wed Jan 2 18:10:17 2019 +0100
+-------------------------------------------------
+1.3.5 Release 1.3.5
+
+ Notable changes:
+ 2019-01-02 fcd6d02 actionless fix(install_cli): install files prompt not shown under some conditions because of mid-indentation of the code block
+ 2018-12-29 12a7d7c actionless chore(args): remove undocumented --debug flag and use pacman's --verbose for the same purpose
+ 2018-12-25 589c0bc actionless chore(config): change default SudoLoopInterval from 1 to 59
diff --git a/PKGBUILD b/PKGBUILD
index 25a001d53208..ef37a5052f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.4
+pkgver=1.3.5
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=('6d480a9e417816b5e0b00f0866250b96')
+md5sums=('ba2bfd93be26d5741709ffa337c61aa1')
depends=(
'pyalpm'
'git'