diff options
Diffstat (limited to 'templates/pypi.xibuild')
-rw-r--r-- | templates/pypi.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pypi.xibuild b/templates/pypi.xibuild index 0ad4c96..498f763 100644 --- a/templates/pypi.xibuild +++ b/templates/pypi.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="%deps%" + PKG_VER=%version% SOURCE=%url% |