summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2019-11-06 00:08:23 +0100
committerPiotr Gorski2019-11-06 00:08:23 +0100
commitaae01ab780b6ae67c5208ae28a13f7a9531d5a16 (patch)
tree9b0d4ea9295e06032c84ecf06813e5ad01a6aa16 /PKGBUILD
parent2485fcb09f5f63cc2241e55208de47b34bd8aa7c (diff)
downloadaur-aae01ab780b6ae67c5208ae28a13f7a9531d5a16.tar.gz
Use a more readable timestamp
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e4da6593b26..70ebc0528fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,9 +47,9 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20191031.r0.g49afce6d47fe
+pkgver=20191105.r0.g51309b9d73f5
_srcname=linux-next
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -67,7 +67,7 @@ source=("git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git"
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
-export KBUILD_BUILD_TIMESTAMP="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
+export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})"
pkgver() {
cd $_srcname