gis/python-mapnik: Fix VERSION in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-12 13:10:28 -05:00
parent 4107067452
commit 93a1ce8dd8

View file

@ -21,11 +21,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220312 bkw: Modified by SlackBuilds.org: VERSION must be constant,
# and match VERSION in the .info file.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-mapnik
GITREV=${GITREV:-7da019cf9eb12af8f8aa88b7d75789dfcd1e901b}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
VERSION=${VERSION:-git7da019c}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0