summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-08-03 06:54:36 +0200
committeractionless2018-08-03 06:54:36 +0200
commit04954924c5f8358fddb00ebefdaae11f4f174720 (patch)
treeb57cca6f8235a75127b992dc861b2039bfa6eacb
parent4d59d4660ed5cee2688ea391e6aa4ac6e3d7558b (diff)
downloadaur-04954924c5f8358fddb00ebefdaae11f4f174720.tar.gz
update to 1.2.14
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4534b5fa83b..ec00e66cbdab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 1.2.13
+ pkgver = 1.2.14
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.13.tar.gz::https://github.com/actionless/pikaur/archive/1.2.13.tar.gz
- md5sums = cfbaaf00b58cbe3b6d6db04f4361a49f
+ source = pikaur-1.2.14.tar.gz::https://github.com/actionless/pikaur/archive/1.2.14.tar.gz
+ md5sums = 0448e340d0a14a4831e6ff3dcc09903a
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 7acc4c95a1b0..19fa89f68c81 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -306,6 +306,11 @@
1.2.13 Bugfix release 1.2.13
2018-08-01 e6df5a5 fix(pikspect): write buffer from time to time
+1.2.14 Bugfix release 1.2.14
+
+ Notables changes:
+ feat(args, pacman, main): bypass all the key-value flags to pacman as well as bool ones
+ fix(pikspect): don't touch write buffer if it's empty
1.2.2 Release 1.2.2
2018-07-24 7f10c9c actionless chore(fish): add completion for new CLI flags
diff --git a/PKGBUILD b/PKGBUILD
index 5f08d62f8ffb..d4f92a35d322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.13
+pkgver=1.2.14
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('cfbaaf00b58cbe3b6d6db04f4361a49f')
+md5sums=('0448e340d0a14a4831e6ff3dcc09903a')
depends=(
'pacman'
'pyalpm'