diff --git a/python-3.7.3-0.build.sh b/python-3.7.3-0.build.sh index f739e04..d6e463e 100755 --- a/python-3.7.3-0.build.sh +++ b/python-3.7.3-0.build.sh @@ -1,8 +1,8 @@ #! /bin/bash PKG=python -VERSION=3.7.1 -BUILD=2 +VERSION=3.7.3 +BUILD=0 PREFIX=/pkg/$PKG-$VERSION-$BUILD if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi