summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8991f526ddf2..a8c9f9f3436f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 18:00:08 UTC 2015
+# Tue Dec 19 23:04:19 UTC 2017
pkgbase = snooze-git
pkgdesc = Run a command at a particular time
- pkgver = 20151106
+ pkgver = 20160105
pkgrel = 1
url = https://github.com/chneukirchen/snooze
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d13e43a9f536..a9ebb21d845e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=snooze-git
-pkgver=20151106
+pkgver=20160105
pkgrel=1
pkgdesc="Run a command at a particular time"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ conflicts=('snooze')
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() {