summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-01 13:28:53 +0100
committerErich Eckner <git@eckner.net>2017-11-01 13:28:53 +0100
commitffc16f9f04a9ff93d26a966988f5dd10e176ffea (patch)
treec64b90362ff2a007cab28497794b5b12baf3d560 /community
parent4d69c8d31790202607a912a598793df72265da70 (diff)
downloadpackages-ffc16f9f04a9ff93d26a966988f5dd10e176ffea.tar.xz
community/gitlab: pin posix-spawn version to 0.13.2
Diffstat (limited to 'community')
-rw-r--r--community/gitlab/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gitlab/PKGBUILD b/community/gitlab/PKGBUILD
new file mode 100644
index 00000000..f584e72a
--- /dev/null
+++ b/community/gitlab/PKGBUILD
@@ -0,0 +1,10 @@
+# temporarily use posix-spawn 0.3.12 (there is a bug in 0.3.13)
+# remove, when https://github.com/rtomayko/posix-spawn/pull/83 resolved
+
+eval "$(
+ declare -f build | \
+ sed '
+ /bundle-2\.3 config/ a \
+ sed -i "/posix-spawn/s/0\\.3\\.13/0.3.12/" Gemfile.lock
+ '
+)"