summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-09-21 01:06:12 +0200
committeractionless2019-09-21 01:06:12 +0200
commitdb665eb9d381a3d01e84b745959cb6672b39a6a7 (patch)
tree55c5d2b64542b1c2cb22f242ed7bbbb30d11d10b
parent803dab84c6b9c54e6e6ecc26d75c62fe3a52af2e (diff)
downloadaur-db665eb9d381a3d01e84b745959cb6672b39a6a7.tar.gz
update to 1.5
-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 8715cd83729c..cca4071c5777 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.4.5
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
optdepends = asp: for ABS support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
conflicts = pikaur-git
- source = pikaur-1.4.5.tar.gz::https://github.com/actionless/pikaur/archive/1.4.5.tar.gz
- md5sums = f7697b86b6268a330af78dc30897e014
+ source = pikaur-1.5.tar.gz::https://github.com/actionless/pikaur/archive/1.5.tar.gz
+ md5sums = 061e7547ec82bc1970a61db495ead79b
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index c7ddeed163ac..0829a0749484 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1423,3 +1423,15 @@ Sat Sep 14 23:17:44 2019 +0200
Notable changes:
2019-09-14 0213895 actionless fix(build, install_info_fetcher, pacman): --print-info, --deptest and --remove conflicts with --overwrite flag of --sync
2019-09-13 210e3d1 actionless fix(pikspect: run): explicitly close slave pty-s (ref: #387)
+
+
+Sat Sep 21 01:04:57 2019 +0200
+-------------------------------------------------
+1.5 Release 1.5
+
+ Notable changes:
+ 2019-09-20 fa552a3 actionless feat: search, select and install packages (closes #351)
+ 2019-09-20 0c03ce5 actionless fix(args, main: cli_entry_point): improve proxying pacman -F and -l flags
+ 2019-09-18 819b813 actionless fix(core: isolate_root_cmd): use absolute path for WorkingDirectory (fixes #390)
+ 2019-09-17 2c67908 actionless fix,refactor(build): simplify handling of last_installed_hash and also handle if the file is corrupted (ref: #392)
+ 2019-09-15 3292696 actionless fix(main: cli_entry_points: dynamic_users): don't override --pikaur-config if it was already set by user (fixes #391)
diff --git a/PKGBUILD b/PKGBUILD
index b62804e27646..3f59e67a6e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4.5
+pkgver=1.5
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=('f7697b86b6268a330af78dc30897e014')
+md5sums=('061e7547ec82bc1970a61db495ead79b')
depends=(
'pyalpm'
'git'