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 cce53d4bbefd..ad5287219bd6 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.5
+ pkgver = 1.3.6
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.5.tar.gz::https://github.com/actionless/pikaur/archive/1.3.5.tar.gz
- md5sums = ba2bfd93be26d5741709ffa337c61aa1
+ source = pikaur-1.3.6.tar.gz::https://github.com/actionless/pikaur/archive/1.3.6.tar.gz
+ md5sums = e1b47a8a36334913206f35dd1c390153
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 224a0196acd1..fb87d7be7ef9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1332,3 +1332,13 @@ Wed Jan 2 18:10:17 2019 +0100
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
+
+
+Sat Jan 12 04:28:44 2019 +0100
+-------------------------------------------------
+1.3.6 Release 1.3.6
+
+ Notable changes:
+ 2019-01-11 c891468 actionless fix(install_cli, install_info_fetcher: manual package selection): working with AlwaysShowPkgOrigin=yes and other sidecases
+ 2019-01-11 756d210 actionless fix(aur: find_aur_packages): if part of package results was cached not found packages were not always marked as not found
+ 2019-01-11 60fc64a actionless fix(pacman): handle 'database not found' reply from pacman
diff --git a/PKGBUILD b/PKGBUILD
index ef37a5052f31..14a1dada455c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.5
+pkgver=1.3.6
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=('ba2bfd93be26d5741709ffa337c61aa1')
+md5sums=('e1b47a8a36334913206f35dd1c390153')
depends=(
'pyalpm'
'git'