1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 14:42:25 +00:00

fix version tag

This commit is contained in:
deadc0de6
2018-02-11 11:58:25 +01:00
parent feeacbfdb8
commit 7c1a04acc4

View File

@@ -15,7 +15,7 @@ md5sums=('SKIP')
pkgver() { pkgver() {
cd "$pkgname" cd "$pkgname"
git tag -l | tail -1 | sed 's/^v//g' git describe --abbrev=0 --tags | sed 's/^v//g'
} }
package() { package() {