diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,7 +5,7 @@ pkgbase=linux-libre-hardened-ck _majver=4.17 -_minver=6 +_minver=7 _fullver=${_majver}.${_minver} _basever=${_majver}-gnu _pkgver=${_fullver}-gnu @@ -24,7 +24,6 @@ url='https://github.com/anthraxx/linux-hardened' arch=('x86_64') license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') -optdepends=('usbctl: deny_new_usb control') options=('!strip') source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_basever}/linux-libre-${_basever}.tar.xz{,.sign} https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_basever}-${_pkgver}.xz{,.sign} @@ -47,14 +46,14 @@ source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_basever}/linux ) sha256sums=('eb221b36ac19cba3c11734b09230dc89c2f33054c45501b23cc94e9370c66b29' 'SKIP' - 'a6df0ba6f310c9d4e7b001cf796b41b8bd263457b62b74d65753453bdc13b952' + 'e263b6d0080fcb4f67d3e0827bf3ffd3f6ff5c67c54937d4ba18e522a4f69f0b' 'SKIP' - '682684b99a2cea2937d3365b4dc43df313c7b87338a2612a2976172d3891a762' + '7f6e368673532f05aa947bdd70c8e4f1428335f4571a81c6c72362c7859d3ae0' 'SKIP' '27b96297102a9ccf690c1bdc5f21bc10308f6de90396385dce7341fb8e5a2116' '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d' 'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' - '0c90392803fa8e8b2cf970db7b2893ae970f4560550ee03eac9df06efbc780ec' + 'b040d057ee92c8a1066ffaa35ed85985e9ae4a6b52dad3ff879c6815d2306db7' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' @@ -160,7 +159,8 @@ _package() { pkgdesc="The ${pkgbase/linux/Linux} kernel and modules" [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7') - optdepends=('crda: to set the correct wireless channels of your country') + optdepends=('crda: to set the correct wireless channels of your country' + 'usbctl: deny_new_usb control') backup=("etc/mkinitcpio.d/${pkgbase}.preset") install=linux.install |