diff options
Diffstat (limited to 'repo/system/python-six.xibuild')
-rw-r--r-- | repo/system/python-six.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/python-six.xibuild b/repo/system/python-six.xibuild index 56ba330..022f497 100644 --- a/repo/system/python-six.xibuild +++ b/repo/system/python-six.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python ) -DEPS=() +MAKEDEPS="python " +DEPS="" PKG_VER=1.16.0 SOURCE=https://github.com/benjaminp/six/archive/refs/tags/$PKG_VER.tar.gz |