summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-06-16 11:57:59 -0400
committerAndy Weidenbaum2018-06-16 11:57:59 -0400
commitca3f734d3c5173c8ba1cecf25fc0cdb533b6613e (patch)
tree6c2b6d69bf89ba823cdda4d81bf877f41eaec961 /PKGBUILD
parent405058f5e435446db298bd820d989cc954e95bfb (diff)
downloadaur-dcraddrgen.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 f101df504ac3..05b331808406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
- git log -1 --format="%cd" --date=short | sed "s|-||g"
+ git log -1 --format="%cd" --date=short --no-show-signature | sed "s|-||g"
}
prepare() {