summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8634ade75cd..1be08afdac1b 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.7
+ pkgver = 1.2.8
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.7.tar.gz::https://github.com/actionless/pikaur/archive/1.2.7.tar.gz
- md5sums = bcec3f76055105944410f9c6210b4a55
+ source = pikaur-1.2.8.tar.gz::https://github.com/actionless/pikaur/archive/1.2.8.tar.gz
+ md5sums = 486ae4becd114b6a70ead9314fa326f3
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 7ec9f1fa9b55..de2a15e5ea5d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -319,3 +319,7 @@
2018-07-28 d2d318b feat(config): add `ui.PrintCommands` to print each command which pikaur spawning
2018-07-28 d862f96 refactor(main): use `sudo -v` instead of `sudo pacman -T` for a sudo loop
2018-07-28 59e544a fix(args): don't use `-r` args since it's 'undeprecated' in pacman
+1.2.8 Bugfix release 1.2.8
+
+ Notable changes:
+ 2018-07-28 57bb4e0 actionless fix(args: help): remove '-r' from pikaur help since it's used again by pacman
diff --git a/PKGBUILD b/PKGBUILD
index 95932f776e0d..5efd89860987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.7
+pkgver=1.2.8
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=('bcec3f76055105944410f9c6210b4a55')
+md5sums=('486ae4becd114b6a70ead9314fa326f3')
depends=(
'pacman'
'pyalpm'