From 8efa5b709821b9e89eeaea2e39fae8184206528f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 1 May 2019 13:58:11 -0700 Subject: Minor formatting changes --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index e35c198..a4abbe2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,7 +31,8 @@ license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') conflicts=('linux-libre') options=('!strip') -source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar".{xz,sign} +source=( + https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar.{xz,sign} remove-excess-ck-extraversion.patch http://ck.kolivas.org/patches/5.0/${_majver}/${_majver}-ck${_ckpatchversion}/${_ckpatch}.xz enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz @@ -43,7 +44,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar".{xz,sig 60-linux.hook # pacman hook for depmod 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk -) + ) sha256sums=('ea1c1323c2c7e70bebf5463619b543f9bc353730b44ac62d9efadd4fe5625e76' 'SKIP' '2a551169f8cbb424900372fe698ae9003fbcad3614a46ca3f56b103f9c1ea763' @@ -60,7 +61,7 @@ sha256sums=('ea1c1323c2c7e70bebf5463619b543f9bc353730b44ac62d9efadd4fe5625e76' validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman -) + ) _kernelname=${pkgbase#linux} -- cgit v1.2.1