summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec00e66cbdab..42973fd68324 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.14
+ pkgver = 1.2.15
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.14.tar.gz::https://github.com/actionless/pikaur/archive/1.2.14.tar.gz
- md5sums = 0448e340d0a14a4831e6ff3dcc09903a
+ source = pikaur-1.2.15.tar.gz::https://github.com/actionless/pikaur/archive/1.2.15.tar.gz
+ md5sums = 17a0db4e87bf93ef6dddf28e3a555025
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 19fa89f68c81..e4aed80ba04f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -311,6 +311,13 @@
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.15 Bugfix release 1.2.15
+
+ Notable changes:
+ c3da0e5 fix(build: version_already_installed): use .SRCINFO from
+ ar, not ath (and copy to make sure it's always present)
+ 4c6abd3 feat(main): print nice error if `asp` is not installed
+ 7ba077c fix(pacman: find_repo_package): correct exception type when looking up package group
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 d4f92a35d322..f327ba626a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.14
+pkgver=1.2.15
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=('0448e340d0a14a4831e6ff3dcc09903a')
+md5sums=('17a0db4e87bf93ef6dddf28e3a555025')
depends=(
'pacman'
'pyalpm'