summaryrefslogtreecommitdiff
path: root/repo/devel/asciidoc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/asciidoc.xibuild')
-rw-r--r--repo/devel/asciidoc.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/asciidoc.xibuild b/repo/devel/asciidoc.xibuild
index 6e1cf8f..b5eb3bd 100644
--- a/repo/devel/asciidoc.xibuild
+++ b/repo/devel/asciidoc.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(python )
-DEPS=(python libxslt docbook-xsl)
+MAKEDEPS="python "
+DEPS="python libxslt docbook-xsl"
PKG_VER=10.1.1
SOURCE=https://github.com/asciidoc-py/asciidoc-py/releases/download/$PKG_VER/asciidoc-$PKG_VER.tar.gz