summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2019-05-06 05:08:37 +0100
committerdysphoria2019-05-06 05:08:37 +0100
commite1ebad189e7ba973495e11ffe884589777e81d8c (patch)
tree38d276d3da4cc6e5ee3101d0ca135eb94bdbf626
parentc6d431df0cbf021a385e0cc7ca1603c7c76740cd (diff)
downloadaur-e1ebad189e7ba973495e11ffe884589777e81d8c.tar.gz
[pkg] add depends on 2.5 branch
-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}