summaryrefslogtreecommitdiff
path: root/repo/x11/libxau.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/libxau.xibuild')
-rw-r--r--repo/x11/libxau.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libxau.xibuild b/repo/x11/libxau.xibuild
index 45d5423..adb0567 100644
--- a/repo/x11/libxau.xibuild
+++ b/repo/x11/libxau.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(xorgproto)
+MAKEDEPS="make"
+DEPS="xorgproto"
PKG_VER=1.0.9
SOURCE=https://www.x.org/pub/individual/lib/libXau-$PKG_VER.tar.bz2