summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordysphoria2016-04-26 18:23:07 +0100
committerdysphoria2016-04-26 18:23:07 +0100
commit240c3af9e6c3f853ae198341d64c03c9ac425ca0 (patch)
treeea4bf5a3153d6bcabbd151e7882665c387a0ac0d /PKGBUILD
parent3437560455e7bd30b595a7515e7192ab877e7337 (diff)
downloadaur-240c3af9e6c3f853ae198341d64c03c9ac425ca0.tar.gz
[upd] bump to latest
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2791b7b3c23a..e4ac40b33332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,12 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.4
-pkgver=4.4.7
+pkgver=4.4.8
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
-provides=('linux-lts' 'linux-tomoyo' 'linux-lts-tomoyo')
options=('!strip')
source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign}
@@ -28,7 +27,7 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
'SKIP'
- '34a0e0bc123fe2224a83e13a4da25f7f816438fd77c58dce19588441f5166f0e'
+ '11ec99ae0600bd831ff8d71b77e64592f4b6918b7857fd9ff0284ea4cf267b4e'
'SKIP'
'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
'68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'
@@ -104,11 +103,11 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
+ pkgdesc="The Linux lts kernel with TOMOYO configuration."
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
- provides=("kernel26${_kernelname}=${pkgver}")
+ provides=("kernel26${_kernelname}=${pkgver}" 'linux-tomoyo')
conflicts=("kernel26${_kernelname}")
replaces=("kernel26${_kernelname}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")