summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-03-03 21:21:53 +0100
committeractionless2019-03-03 21:21:53 +0100
commitabb6b4a6eeb887cbd421aca520c77da016d45543 (patch)
tree4b839de64fdacfd6c33c1b1f0a23f234c66db845
parent1f6b56da5c5202f5414e61cbe5cf6da0261b9f39 (diff)
downloadaur-abb6b4a6eeb887cbd421aca520c77da016d45543.tar.gz
update to 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG18
-rw-r--r--PKGBUILD4
3 files changed, 23 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad5287219bd6..0fc9f187a7a3 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.6
+ pkgver = 1.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.6.tar.gz::https://github.com/actionless/pikaur/archive/1.3.6.tar.gz
- md5sums = e1b47a8a36334913206f35dd1c390153
+ source = pikaur-1.4.tar.gz::https://github.com/actionless/pikaur/archive/1.4.tar.gz
+ md5sums = 2792151b4ca3ea6de5913b53a2a8a3a4
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index fb87d7be7ef9..9243309e42fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1342,3 +1342,21 @@ Sat Jan 12 04:28:44 2019 +0100
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
+
+
+Sun Mar 3 21:13:21 2019 +0100
+-------------------------------------------------
+1.4 Release 1.4
+
+ Most notable changes:
+ 2019-03-03 f881170 actionless fix(conflicts, install_cli): count repo packages which are going to be installed when computing aur conflicts
+ 2019-03-03 d8f4234 actionless fix(install_cli), test(basic: conflict): returncode when aur package conflicts with repo package
+ 2019-02-26 982d046 actionless feat(print dept: print ignored): improve template
+ 2019-02-16 ecbab8a Hans-Nikolai Viessmann add support to store signature file in package cache (#350)
+ 2019-02-02 aaae30a Versus Void Raise error when PKGBUILD is absent or ill-formated.
+ 2019-02-02 449e946 Versus Void Default to PKGBUILD when no positional args supplied.
+ 2019-01-26 a041c95 bmccorm2 Update README.md
+ 2019-01-16 003daae actionless fix(install_cli): apply the previous fix also for Arch News thread
+ 2019-01-16 6bd9343 actionless fix(install_cli): correctly reraise exception from refresh pkg db thread
+ 2019-01-14 9a4f09d Bundy01 Translation update ES, FR
+ 2019-01-13 979c1ee actionless feat(install cli): when --needed: exclude from prompt repo and non-devel aur pkgs
diff --git a/PKGBUILD b/PKGBUILD
index 14a1dada455c..5b75894bd21c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.6
+pkgver=1.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=('e1b47a8a36334913206f35dd1c390153')
+md5sums=('2792151b4ca3ea6de5913b53a2a8a3a4')
depends=(
'pyalpm'
'git'