diff options
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -17,7 +17,7 @@ pkgbase=linux-ck _majver=5.0 -_minver=13 +_minver=15 if [ "$_minver" == "0" ]; then pkgver=${_majver} else @@ -49,7 +49,7 @@ source=( 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk ) -sha256sums=('bcfd52bf1faa24f5f712146a873959461e001656ad67717e80b947aa6ad53479' +sha256sums=('5c3eb8454e13e1c5d11e31ec63053b207ee5bc02f5778fa4708e751a3e45eb07' 'SKIP' '2a551169f8cbb424900372fe698ae9003fbcad3614a46ca3f56b103f9c1ea763' '661f64bbd8bf49afcc7c760c4148b2e2108511a1eadcae917cfe6056a83d8476' @@ -72,9 +72,11 @@ _kernelname=${pkgbase#linux} prepare() { cd $_srcname -# # add upstream patch -# msg2 "Applying upstream patch" -# patch -Np1 < ../patch-${_majver}-${_pkgver} + # add upstream patch +# if [ "$_minver" != "0" ]; then +# msg2 "Applying upstream patch" +# patch -Np1 < ../patch-${_majver}-${_pkgver} +# fi # Hotfixes # msg2 "Applying hotfixes" |