Reverted to the old format to retrieve the version

This commit is contained in:
Patrick Siegl
2018-06-27 22:39:40 -04:00
parent 7f8993fef8
commit b07ff84315

View File

@@ -1,7 +1,7 @@
#!/bin/bash
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f4`
PKGREL=`git --no-pager describe --tags --always | cut -d'-' -f5`
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f1`
PKGREL=`git --no-pager describe --tags --always | cut -d'-' -f2`
GITREPO=`git config --get remote.origin.url`