summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fbd602fee8a..0b1c50955df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 22:36:19 UTC 2017
+# Tue Dec 19 23:04:19 UTC 2017
pkgbase = libbitcoin-explorer-git
pkgdesc = Bitcoin Command Line Tool
pkgver = 20170307
diff --git a/PKGBUILD b/PKGBUILD
index 35bcd3006db7..1c6de10c059b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ _nproc=$(($(nproc)/2))
pkgver() {
cd ${pkgname%-git}
- git log -1 --format="%cd" --date=short | sed "s|-||g"
+ git log -1 --format="%cd" --date=short --no-show-signature | sed "s|-||g"
}
build() {