Commit 8c231858 authored by Seblu's avatar Seblu
Browse files

Bump 5.13-rc1

parent dc122959
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Customized version of linux for seblu computers

pkgname=linux-seblu
pkgver=5.12.3
pkgver=5.13.0_rc1
pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
url='http://www.kernel.org'
options=('!strip' '!buildflags')
makedepends=('llvm' 'clang' 'lld' 'libelf' 'kmod' 'git' 'make' 'bc' 'sed' 'cpio'
  'python')
  'python' 'zstd')
optdepends=(
  'linux-firmware: linux firmwares'
  'kernel-install-hook: systemd installation helpers'
@@ -18,10 +18,10 @@ optdepends=(
install=linux-seblu.install
_main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
_stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source=("git+$_stable#tag=v5.12.3"
source=("git+$_main#tag=v5.13-rc1"
        "config.$CARCH")
sha256sums=('SKIP'
            '844bdbcec76775fee2e3d47a65c13419fb6f59759e5e31e06b080b495a1075b8')
            '4cc6143f465c49f45813ad160e203a0ab5909e5d2d0c04b4a6d7630a8b6ab708')

prepare() {
  [[ -d linux-stable ]] && ln -snf linux-stable linux
+120 −73

File changed.

Preview size limit exceeded, changes collapsed.