mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 21:23:02 +00:00
fix version tag
This commit is contained in:
@@ -15,7 +15,7 @@ md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
git tag -l | tail -1 | sed 's/^v//g'
|
||||
git describe --abbrev=0 --tags | sed 's/^v//g'
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user