aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnia <jthidskes@live.nl>2013-04-10 00:45:59 +0200
committerUnia <jthidskes@live.nl>2013-04-10 00:45:59 +0200
commitefca1d1c3b92594a673f350028554ed1c829050f (patch)
treed5a99be24dc0da877f94e2974c84aefd681ce5c8
parent023e2c467e83e6fc8da9d047f0c5a665b2e17b90 (diff)
fixed pkgbuild for real
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3865971..f0da0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,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() {