Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
fixed pkgbuild for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Apr 9, 2013
1 parent c757b60 commit 989f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build() {

pkgver() {
cd "$srcdir/$_gitname"
git log -1 --format="%cd" --date=short | sed 's|-|.|g'
git log -1 --format="%cd" --date=short | sed 's\-\.\g'
}

package() {
Expand Down

0 comments on commit 989f906

Please sign in to comment.