summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83877cd51b0..9dcaedcdc9a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 5 14:43:25 UTC 2019
+# Mon May 6 04:06:49 UTC 2019
pkgbase = linux-lts-tomoyo
pkgver = 4.19.40
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = linux-lts-tomoyo
makedepends = inetutils
makedepends = bc
makedepends = libelf
+ depends = tomoyo-tools-25
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index 1171c7bedc13..96741e11ce35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,11 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.19
pkgver=4.19.40
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
+depends=('tomoyo-tools-25')
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}