summaryrefslogtreecommitdiff
path: root/repo/x11/libxtst.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/libxtst.xibuild')
-rw-r--r--repo/x11/libxtst.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libxtst.xibuild b/repo/x11/libxtst.xibuild
index 60c4f94..45093e1 100644
--- a/repo/x11/libxtst.xibuild
+++ b/repo/x11/libxtst.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make asciidoc xmlto lynx)
-DEPS=(fontconfig libxcb elogind)
+MAKEDEPS="make asciidoc xmlto lynx"
+DEPS="fontconfig libxcb elogind"
PKG_VER=1.2.3
SOURCE=https://www.x.org/pub/individual/lib/libXtst-$PKG_VER.tar.bz2