Skip to content

Commit

Permalink
chore(pkgbuild): don't use --long option
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 1, 2023
1 parent ebb6300 commit 8517509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conflicts=(

pkgver() {
cd "${srcdir}/${_reponame}"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
git describe --always --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
Expand Down

0 comments on commit 8517509

Please sign in to comment.