summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-06-16 11:58:47 -0400
committerAndy Weidenbaum2018-06-16 11:58:47 -0400
commitf197a7e88c2d2598c70c92ad201f213831382c6a (patch)
tree82b9b5ee55f87009877700014b84550aafa64ed5 /PKGBUILD
parent9a56ca986a6dc2aaa9e902573e4060b80e08213d (diff)
downloadaur-dcrdocs.tar.gz
no-show-signature
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3cc8e44503e..983adbc875d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ install=dcrdocs.install
pkgver() {
cd "$srcdir/$pkgname"
- git log -1 --format="%cd" --date=short | sed "s|-||g"
+ git log -1 --format="%cd" --date=short --no-show-signature | sed "s|-||g"
}
build() {