summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d52b731e23..94066b29d175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformsh-cli-git
pkgdesc = The unified tool for managing your Platform.sh services from the command line.
- pkgver = 3.40.11r2
+ pkgver = 3.40.11r3
pkgrel = 1
url = https://github.com/platformsh/platformsh-cli
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a8bdeda93230..ffd4d109c988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ prepare() {
build() {
cd "$_pkgname"
- ./bin/platform self:build <<< "\n"
+ ./bin/platform self:build --yes
}
check() {