summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-31 14:45:06 +0200
committeractionless2018-07-31 14:45:06 +0200
commit0b624d17fe189d6204d47bbf5751de48bd40a0aa (patch)
treef99981380bfaac0296ac8ed8a3ca32a8485ca317
parent03fed8807ad843d67b651e7170dc63c1c95c5630 (diff)
downloadaur-0b624d17fe189d6204d47bbf5751de48bd40a0aa.tar.gz
update to 1.2.11
-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 6be50a9496c1..8c23b1cbf276 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.10
+ pkgver = 1.2.11
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.10.tar.gz::https://github.com/actionless/pikaur/archive/1.2.10.tar.gz
- md5sums = d5c9606e72595dc5362786bada88765e
+ source = pikaur-1.2.11.tar.gz::https://github.com/actionless/pikaur/archive/1.2.11.tar.gz
+ md5sums = b325e9d59ab2e0f67db14dc54bc4d904
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 7c64a537f84f..418ff0f5ea6b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -292,6 +292,13 @@
Notable changes:
2018-07-29 2a80cb7 fix(install cli): installing split packages from local PKGBUILD file
2018-07-29 f9e6bd0 fix(build: prepare_build_destination): don't copy build files twice
+1.2.11 Release 1.2.11
+
+ Notable changes:
+ 2018-07-31 aec0e51 actionless fix(install cli): regression: when --sysupgrade passed run `pacman --sysupgrade` even if there are on updates found
+ 2018-07-29 3b67ee4 actionless fix(args): fix overlapping -k between --keepbuild and --check
+ 2018-07-29 44ba50f actionless feat(args): use `-o` as shortcut for `--repo` in `-S` and `-P`
+ 2018-07-29 fc7affe actionless fix(build, install): use common routine for installing aur deps to avoid mis-marking explicitly installed pkgs as deps
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 b2934ed110d9..a7f0225d15fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.10
+pkgver=1.2.11
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=('d5c9606e72595dc5362786bada88765e')
+md5sums=('b325e9d59ab2e0f67db14dc54bc4d904')
depends=(
'pacman'
'pyalpm'