Rename zen to xanmod

This commit is contained in:
Nathan 2022-03-07 21:14:50 -06:00
parent 10cb8015c0
commit f509895429
1 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ pkgbase=linux
pkgver=5.16.10
_srcver_tag=5.16.10-xanmod1
pkgrel=1
pkgdesc="Linux ZEN with bcachefs"
pkgdesc="Linux xanmod with bcachefs"
url="https://github.com/koverstreet/bcachefs"
arch=(x86_64)
license=(GPL2)
@ -21,13 +21,13 @@ _linuxname="linux-kernel"
_linuxurl="https://git.kernel.org/pub/scm/linux/kernel/git/stable/${_linuxname%%-kernel}.git"
_bchfsname="bcachefs-kernel"
_bchfsurl="https://github.com/ndowens/${_bchfsname%%-kernel}.git"
_zenname="zen-kernel"
_zenurl="https://github.com/xanmod/linux"
_xanmodname="xanmod-kernel"
_xanmodurl="https://github.com/xanmod/linux"
source=(
"${_linuxname}::git+${_linuxurl}#branch=linux-5.16.y"
"${_bchfsname}::git+${_bchfsurl}#branch=master"
"${_zenname}::git+${_zenurl}#tag=${_srcver_tag}"
"${_xanmodname}::git+${_xanmodurl}#tag=${_srcver_tag}"
choose-gcc-optimization.sh
config # the main kernel config file
)
@ -51,9 +51,9 @@ prepare() {
cd "$srcdir/$_bchfsname"
git config user.name no
git config user.email no@none.no
git remote add zen "$srcdir/$_zenname" || true
git remote add xanmod "$srcdir/$_xanmodname" || true
git remote add linux "$srcdir/$_linuxname" || true
git pull --no-edit --no-rebase zen makepkg || git checkout --theirs ./*
git pull --no-edit --no-rebase xanmod makepkg || git checkout --theirs ./*
git add .
git commit -m1
git pull --no-edit --no-rebase linux makepkg