summaryrefslogtreecommitdiff
path: root/repo/x11/xcb-util.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xcb-util.xibuild')
-rw-r--r--repo/x11/xcb-util.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xcb-util.xibuild b/repo/x11/xcb-util.xibuild
index a21e84c..04321d1 100644
--- a/repo/x11/xcb-util.xibuild
+++ b/repo/x11/xcb-util.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(libxcb)
+MAKEDEPS="make"
+DEPS="libxcb"
PKG_VER=0.4.0
SOURCE=https://xcb.freedesktop.org/dist/xcb-util-$PKG_VER.tar.bz2