summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG17
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f1a56753622..661d385ddf49 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.1
+ pkgver = 1.3.2
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.1.tar.gz::https://github.com/actionless/pikaur/archive/1.3.1.tar.gz
- md5sums = c90c7c03d10618f47dc593d17355e63d
+ source = pikaur-1.3.2.tar.gz::https://github.com/actionless/pikaur/archive/1.3.2.tar.gz
+ md5sums = 3f5cfb1dac74d2d62599caf7289d40d8
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 4ec773b26429..a1360c3d76e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1282,3 +1282,20 @@ Wed Oct 10 19:51:37 2018 +0200
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
+
+
+Sun Dec 9 00:02:50 2018 +0100
+-------------------------------------------------
+1.3.2 Release 1.3.2
+
+ Notable changes:
+ 2018-12-04 4783eee actionless fix(build): get provided packages list directly from SRCINFO, not from AUR
+ 2018-12-04 acda79d actionless feat(build): check if dep is Provided by package which gonna be built now
+ 2018-12-04 cda9cbf actionless fix(build: get dev sources): also download files after deps were already installed
+ 2018-12-04 527b7b5 actionless fix(build: get dev sources): download files only if --needed arg passed
+ 2018-11-30 f4bfc80 actionless fix(pikspect): workaround for BackSpace and Ctrl-W hotkeys in pacman prompts
+ 2018-11-22 a307d1e Bundy01 chore(locale: es, fr): improve translations (#316)
+ 2018-11-19 560ea8d actionless fix(args): mark --sysupgrade as countable option and also refactor handling of other countable options
+ 2018-11-02 3dcea27 actionless feat(print_dept): fancier display package groups
+ 2018-11-01 ffe0d3e actionless feat(aur): ask to retry on urllib errors
+ 2018-10-21 0bb7591 Felix Glaser chore(locale): updates and fixes for the german translation file (#313)
diff --git a/PKGBUILD b/PKGBUILD
index f081aee8b908..0038cf95d654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.1
+pkgver=1.3.2
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=('c90c7c03d10618f47dc593d17355e63d')
+md5sums=('3f5cfb1dac74d2d62599caf7289d40d8')
depends=(
'pyalpm'
'git'