summaryrefslogtreecommitdiff
path: root/repo/devel/llvm.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/llvm.xibuild')
-rw-r--r--repo/devel/llvm.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/llvm.xibuild b/repo/devel/llvm.xibuild
index 41c2870..cc90e8c 100644
--- a/repo/devel/llvm.xibuild
+++ b/repo/devel/llvm.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make ninja cmake libedit libffi libxml2 ncurses python)
-DEPS=(perl zlib libffi libedit ncurses)
+MAKEDEPS="make ninja cmake libedit libffi libxml2 ncurses python"
+DEPS="perl zlib libffi libedit ncurses"
PKG_VER=13.0.0
SOURCE=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/llvm-$PKG_VER.src.tar.xz