summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-08-11 21:28:30 +0200
committeractionless2018-08-11 21:28:30 +0200
commit3c170cf2f34f56a3cf261b7cbd45c45a1c726fd4 (patch)
tree3b293b88f4a3a1a7058c7f98311bd3c116836603
parent42b4892d46b27100be049851be036430fb303607 (diff)
downloadaur-3c170cf2f34f56a3cf261b7cbd45c45a1c726fd4.tar.gz
update to 1.2.18
-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 3f1cbb1dbd57..a235a3fc58ef 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.17
+ pkgver = 1.2.18
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.17.tar.gz::https://github.com/actionless/pikaur/archive/1.2.17.tar.gz
- md5sums = 98369f396cb6215b2205ef285c96f219
+ source = pikaur-1.2.18.tar.gz::https://github.com/actionless/pikaur/archive/1.2.18.tar.gz
+ md5sums = c18e448519d7be5d4b31205f5a1682af
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 0582f7903f7e..96a22f97d064 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -613,3 +613,16 @@ Tue Aug 7 06:36:59 2018 +0200
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)
+
+
+Sat Aug 11 21:26:46 2018 +0200
+-------------------------------------------------
+1.2.18 Release 1.2.18
+
+ Notable changes:
+ 2018-08-11 0068204 actionless feat(main): check python version
+ 2018-08-10 417d8eb actionless fix(print_dept: not_found): plural message
+ 2018-08-08 c149354 Osman Karagöz chore(locale): update TR translation
+ 2018-08-08 132e722 actionless fix(main: cache clean): correctly apply translation
+ 2018-08-08 f85d5d2 Bundy01 chore(locale: es, fr): update (#262)
+ 2018-08-07 ee7b99f actionless fix(version): change depline splitting logic for packages with mailformed `depends` field
diff --git a/PKGBUILD b/PKGBUILD
index 46cdc5eebaf9..eb985aa6033e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.17
+pkgver=1.2.18
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=('98369f396cb6215b2205ef285c96f219')
+md5sums=('c18e448519d7be5d4b31205f5a1682af')
depends=(
'pacman'
'pyalpm'