summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2019-05-08 12:49:13 +0100
committerdysphoria2019-05-08 12:49:13 +0100
commitf12b5ae5cc7f2d10ac7dbca7ff161718524075bc (patch)
tree7cb2864c868f82a8b0fa3547bb54d7f797b2363f
parenta03d5d7ee02f775282722c7448fc6202001dce1c (diff)
downloadaur-f12b5ae5cc7f2d10ac7dbca7ff161718524075bc.tar.gz
[pkg] fix depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ea34b635e33..5aff3f21358b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 8 10:11:30 UTC 2019
+# Wed May 8 11:48:10 UTC 2019
pkgbase = linux-lts-tomoyo
pkgver = 4.19.41
pkgrel = 2
@@ -37,6 +37,7 @@ pkgname = linux-lts-tomoyo
depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
+ depends = tomoyo-tools-25
optdepends = crda: to set the correct wireless channels of your country
provides = linux-lts-tomoyo=4.19.41
backup = etc/mkinitcpio.d/linux-lts-tomoyo.preset
diff --git a/PKGBUILD b/PKGBUILD
index bfc9f5d58511..87163519cd30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -95,7 +95,7 @@ build() {
_package() {
pkgdesc="The Linux LTS kernel with TOMOYO configuration"
[ "${pkgbase}" = "linux" ] && groups=('base')
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'tomoyo-tools-25')
optdepends=('crda: to set the correct wireless channels of your country')
provides=("${pkgbase}=${pkgver}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")