summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2019-10-26 00:01:09 +0200
committerPiotr Gorski2019-10-26 00:01:09 +0200
commitc9f5bb168f7f32290640e38b041a2127155f2c79 (patch)
tree4251d9745b3e0fd014c6d6047697ebb36633dda1 /PKGBUILD
parentad2538814a01f279b9e2b29c2789704e7107da21 (diff)
downloadaur-c9f5bb168f7f32290640e38b041a2127155f2c79.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96a0ed26c491..0cc2506bb7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ _major=5.3
_minor=7
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=3
+pkgrel=4
arch=('x86_64')
url="https://github.com/sfjro/aufs5-standalone"
license=('GPL2')
@@ -86,6 +86,10 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
_kernelname=${pkgbase#linux}
: ${_kernelname:=-aufs}
+export KBUILD_BUILD_HOST=archlinux
+export KBUILD_BUILD_USER=$pkgbase
+export KBUILD_BUILD_TIMESTAMP="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
+
prepare() {
cd $_srcname