Skip to content

Commit

Permalink
clean trailing slack in PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
freb committed Feb 6, 2019
1 parent 2cfe5dd commit fbf5f3e
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 @@ _reponame="nse"

pkgver() {
cd $_reponame
printf "r%s.%s-%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
Expand Down

0 comments on commit fbf5f3e

Please sign in to comment.