summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d04febe06dc..a8d52b731e23 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.11r1
+ pkgver = 3.40.11r2
pkgrel = 1
url = https://github.com/platformsh/platformsh-cli
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 86080c15008c..a8bdeda93230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
+ composer install
composer bin all install
}