Skip to content

Commit

Permalink
use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
poison committed Oct 21, 2018
1 parent 377cd41 commit ddfdd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sha1sums=('SKIP')

pkgver() {
cd "$_pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}


Expand Down

0 comments on commit ddfdd07

Please sign in to comment.