summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-12-18 20:08:10 +0100
committeractionless2018-12-18 20:08:10 +0100
commit296f71837a064b74436c269f32729a20865b5f8f (patch)
tree0908efdc067bd13f188520ea340bde015b54253a
parent2524103104fc43179bcb6d9aeedd6ce72c6f8dee (diff)
downloadaur-296f71837a064b74436c269f32729a20865b5f8f.tar.gz
update to 1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG13
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db420975789..a1b7af912c5b 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.3
+ pkgver = 1.3.4
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.3.tar.gz::https://github.com/actionless/pikaur/archive/1.3.3.tar.gz
- md5sums = 03484dd3c70ce3cee61a7a5cc0625961
+ source = pikaur-1.3.4.tar.gz::https://github.com/actionless/pikaur/archive/1.3.4.tar.gz
+ md5sums = 6d480a9e417816b5e0b00f0866250b96
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index a9cfe16de810..07fdd5a560c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1309,3 +1309,16 @@ Wed Dec 12 20:40:56 2018 +0100
2018-12-12 fd99181 actionless fix(build, srcinfo): when building split package retrieve all depends from the base PKGBUILD, not from package-specific sections
2018-12-11 9ebeaa4 actionless fix(locale: de): incorrect template var in translated string
2018-12-10 e784b5c actionless feat(info cli): unify output format with pacman's -Si
+
+
+Tue Dec 18 20:07:15 2018 +0100
+-------------------------------------------------
+1.3.4 Release 1.3.4
+
+ Notable changes:
+ 2018-12-16 d77abd4 actionless feat(info cli): show None value in gray color
+ 2018-12-16 391d213 actionless feat(aur, info_cli): show aur git clone url for AUR packages
+ 2018-12-12 5da6b1b lasers test_sysupgrade: remove strips
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index ff8918fda153..25a001d53208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.3
+pkgver=1.3.4
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=('03484dd3c70ce3cee61a7a5cc0625961')
+md5sums=('6d480a9e417816b5e0b00f0866250b96')
depends=(
'pyalpm'
'git'