diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-01 14:01:10 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-01 14:01:10 -0700 |
commit | 87fd989a940f1854d19625e5a4c6c7c9f28fbc49 (patch) | |
tree | 630f3bc4f7c8a1864bcd5ac6dd287552d28d4bc7 /PKGBUILD | |
parent | Updated to 5.0.10 (diff) | |
download | linux-libre-87fd989a940f1854d19625e5a4c6c7c9f28fbc49.tar.xz |
Minor formatting changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,7 +28,8 @@ license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') conflicts=('linux') options=('!strip') -source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/linux-libre-${_gnumajver}.tar.xz{,.sign} +source=( + https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/linux-libre-${_gnumajver}.tar.xz{,.sign} https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnupkgver}/patch-${_gnumajver}-${_gnupkgver}.xz{,.sign} enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz bdver2-fix-for-graysky.patch @@ -38,7 +39,7 @@ source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/lin 60-linux.hook # pacman hook for depmod 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk -) + ) sha512sums=('56b8e77eb445c92c3e0ec0dc45fa5fb09641cad18003b79991652b83cf1d96cc1651750dfa9eec15652108a1b8aff1781c4f8ec5f92784b8542e59e0605922d9' 'SKIP' '84372e22fe2d2ecda9b25b44af91dc9862d5e6e06e9e7ee5ac1ea916e7aed6f6d52c02e53d7bb6c1a6f50e3ed27eda259cbeb276e47522e06ffd48156714aa89' |