summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b910596cee8b..3f1cbb1dbd57 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.16
+ pkgver = 1.2.17
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.16.tar.gz::https://github.com/actionless/pikaur/archive/1.2.16.tar.gz
- md5sums = f36085706184d0f196cbe4541e87ffb8
+ source = pikaur-1.2.17.tar.gz::https://github.com/actionless/pikaur/archive/1.2.17.tar.gz
+ md5sums = 98369f396cb6215b2205ef285c96f219
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 1796b3eae189..0582f7903f7e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -604,3 +604,12 @@ Mon Aug 6 01:19:28 2018 +0200
40b70fd feat(main): if systemd dynamic users always enabled don't ask for sudo password for info/search operations
2bbdc5a feat(build: recovery prompt): add `[d] delete build dir and try again`
5b70220 fix(build: with_makepkg): s/validity/source verification/
+
+
+Tue Aug 7 06:36:59 2018 +0200
+-------------------------------------------------
+1.2.17 Release 1.2.17
+
+ d7de96d actionless fix(pikspect): correctly compute max_question_length in non-ascii locales
+ 2fdec8f actionless fix(pikspect): use Popen._wait() in python 3.7
+ b9ba8a3 ry-dgel Add option for default to be "No" for editing files. (#260)
diff --git a/PKGBUILD b/PKGBUILD
index 76ce65aab4a0..46cdc5eebaf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.16
+pkgver=1.2.17
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=('f36085706184d0f196cbe4541e87ffb8')
+md5sums=('98369f396cb6215b2205ef285c96f219')
depends=(
'pacman'
'pyalpm'