summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorANDRoid78902020-09-06 18:35:07 +0400
committerANDRoid78902020-09-06 18:35:07 +0400
commit84113de8081fd9eedf6deba23c35a3d59f78decd (patch)
tree2c61956429348c41ed11a284b1fa201bef932b49
parent4b39d5fa5721a4de4ee913c7fad755163f659c3c (diff)
downloadaur-84113de8081fd9eedf6deba23c35a3d59f78decd.tar.gz
Initial import
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD1
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fabc4a318302..1418d0a91fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,9 @@ pkgbase = linux-manjaro-xanmod
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.8.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.8.6.xz
- source = https://github.com/xanmod/linux/releases/download/5.8.6-xanmod/patch-5.8.6-xanmod.xz
- source = https://aur.archlinux.org/cgit/aur.git/tree/choose-gcc-optimization.sh?h=linux-xanmod
+ source = git+https://gitlab.manjaro.org/packages/core/linux58.git
+ source = https://github.com/xanmod/linux/releases/download/5.8.6-xanmod1/patch-5.8.6-xanmod1.xz
+ source = choose-gcc-optimization.sh
source = config
source = config.aufs
source = config.anbox
@@ -47,6 +48,7 @@ pkgbase = linux-manjaro-xanmod
sha256sums = b4ab9987a715753e64f0aa264dac91c3d7ca0651bfdd8fa5d19c8990f3b08abc
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = 88af7b1e73f8e8d4d7e04da7f41564dbd4431a7f888efa7d12b64df19550141d
sha256sums = 0ecba3688f213c56b443145c5ffcf3ddfbe9cb0ee4c1fc4bd1351266224ad997
sha256sums = b44d81446d8b53d5637287c30ae3eb64cae0078c3fbc45fcf1081dd6699818b5
sha256sums = c079a87a7de0001f5f2b7a42a822c262e31f19f2c547613885f273822c9d4dcc
@@ -76,7 +78,7 @@ pkgbase = linux-manjaro-xanmod
sha256sums = 035ea4b2a7621054f4560471f45336b981538a40172d8f17285910d4e0e0b3ef
pkgname = linux-manjaro-xanmod
- pkgdesc = The Linux kernel and modules with Xanmod patches
+ pkgdesc = The Linux kernel and modules with Xanmod and Manjaro patches
depends = coreutils
depends = linux-firmware
depends = kmod
diff --git a/PKGBUILD b/PKGBUILD
index b17b7dcfa2cd..05d007c75779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ _basekernel=5.8
_basever=58
_aufs=20200622
pkgver=5.8.6
+xanmod=1
pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"