summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38be6a679bd..4f1a56753622 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.0.6
+ pkgver = 1.3.1
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.0.6.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.6.tar.gz
- md5sums = 12aa695bc8f14ceecfa6d229aa00a59e
+ source = pikaur-1.3.1.tar.gz::https://github.com/actionless/pikaur/archive/1.3.1.tar.gz
+ md5sums = c90c7c03d10618f47dc593d17355e63d
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 785688713b6a..4ec773b26429 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1270,3 +1270,15 @@ Sun Oct 7 19:40:20 2018 +0200
1.3.0.6 Hotfix release 1.3.0.6
2018-10-07 581787d actionless Revert "fix(PKGBUILD): add gettext to make deps"
+
+
+Wed Oct 10 19:51:37 2018 +0200
+-------------------------------------------------
+1.3.1 Release 1.3.1
+
+ Notable changes:
+ 2018-10-10 e2a63ae actionless fix(build: set_built_package_path): expanduser
+ 2018-10-10 3815596 actionless fix(build): read PKGDEST also from env var
+ 2018-10-10 892e585 actionless fix(install cli: diff view): warning message when diff already reviewed
+ 2018-10-08 b313bf0 actionless feat(install cli: review): show explanation when not showing build files diff
+ 2018-10-07 c82a1f8 actionless fix(print dept: search result): aur index with quiet option
diff --git a/PKGBUILD b/PKGBUILD
index 448335400b98..f081aee8b908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.6
+pkgver=1.3.1
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=('12aa695bc8f14ceecfa6d229aa00a59e')
+md5sums=('c90c7c03d10618f47dc593d17355e63d')
depends=(
'pyalpm'
'git'