From 2eaefdd0fa39b29e40bfb1d6ebb88503f79e0a2f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 21 Jun 2018 11:03:30 +0200 Subject: community/gitlab-runner: "amd64" -> "386" --- community/gitlab-runner/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/gitlab-runner/PKGBUILD diff --git a/community/gitlab-runner/PKGBUILD b/community/gitlab-runner/PKGBUILD new file mode 100644 index 00000000..ac9c31c6 --- /dev/null +++ b/community/gitlab-runner/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build package | \ + sed ' + s/amd64/386/ + ' +)" -- cgit v1.2.3-54-g00ecf