summaryrefslogtreecommitdiff
path: root/repo/x11/xev.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xev.xibuild')
-rw-r--r--repo/x11/xev.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xev.xibuild b/repo/x11/xev.xibuild
index 5700d61..5f8e8d9 100644
--- a/repo/x11/xev.xibuild
+++ b/repo/x11/xev.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make asciidoc xmlto)
-DEPS=(libpng mesa xbitmaps xcb-util pam)
+MAKEDEPS="make asciidoc xmlto"
+DEPS="libpng mesa xbitmaps xcb-util pam"
PKG_VER=1.2.4
SOURCE=https://www.x.org/pub/individual/app/xev-$PKG_VER.tar.bz2