summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHouge Langley2021-04-11 10:28:30 +0800
committerHouge Langley2021-04-11 10:28:30 +0800
commitc7e9287065ac4dae43ceefa4a721557a88438ec3 (patch)
tree082fd78e41ff6bc18b38c58084d3ded6d00f2ffe
parent60cf1362052db88f30e69bab62719000f8180bcc (diff)
downloadaur-c7e9287065ac4dae43ceefa4a721557a88438ec3.tar.gz
Fix download
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444f06b4bac4..b99de38936d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = linux-xanmod-uksm
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.sign
- source = https://github.com/HougeLangley/Xanmod-UKSM/releases/download/Fix/patch-5.11.13-xanmod1
+ source = https://github.com/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.13-xanmod1
source = choose-gcc-optimization.sh
source = sphinx-workaround.patch
source = 0002-UKSM.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2cd1da587806..897d5b93ba6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ options=('!strip')
_srcname="linux-${pkgver}-xanmod${xanmod}"
source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar."{xz,sign}
- "https://github.com/HougeLangley/Xanmod-UKSM/releases/download/Fix/patch-5.11.13-xanmod1"
+ "https://github.com/HougeLangley/customkernel/releases/download/Kernel-v5.11.x/patch-5.11.13-xanmod1"
choose-gcc-optimization.sh
'sphinx-workaround.patch'
'0002-UKSM.patch')