summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordysphoria2019-05-18 23:17:50 +0100
committerdysphoria2019-05-18 23:17:50 +0100
commit9abaf2f6e6355cdf9b668bf175b0e312a85a9062 (patch)
tree253c5a398a74b3011b77fa0139afaa1df9081c67 /PKGBUILD
parent05006412715ff18d55273f1f1f26ff7bbfca8304 (diff)
downloadaur-9abaf2f6e6355cdf9b668bf175b0e312a85a9062.tar.gz
[upd] bump to latest
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24db9d68fde0..49b6fb57578e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.19
-pkgver=4.19.43
+pkgver=4.19.44
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -29,7 +29,7 @@ validpgpkeys=(
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- '76d70fd9edc3f5eb106eec2815d51717c2daf698b258a2c21f9cbdb495a3002c'
+ 'd1a3a7db1cc066bc53d1dd396312fb734b4c52fb55a4f54c2fd3c57869693c99'
'dfd03045db0fd87adeda3397ee25d6d75d22ca686ffc167161d286d5bffb38de'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -94,10 +94,13 @@ build() {
}
_package() {
- pkgdesc="The Linux LTS kernel with TOMOYO configuration"
+ pkgdesc="The Linux-lts kernel with TOMOYO Linux configuration"
[ "${pkgbase}" = "linux" ] && groups=('base')
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'tomoyo-tools-25')
- optdepends=('crda: to set the correct wireless channels of your country')
+ depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ optdepends=(
+ 'crda: to set the correct wireless channels of your country'
+ 'tomoyo-tools-25: the TOMOYO Linux 2.5.x userspace tools'
+ )
provides=("${pkgbase}=${pkgver}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux-lts.install