summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2021-07-22 15:38:20 +0200
committeregnappahz2021-07-22 15:38:20 +0200
commitc9a6f1ce45ff9c8dda11279a1b1f61d40d7c5512 (patch)
tree38e51a914b7d539355610c8f7ee8fcb1fb7ff4e8
parenta7a92775fcf34be9308efed17d89c2dadd6a864a (diff)
downloadaur-c9a6f1ce45ff9c8dda11279a1b1f61d40d7c5512.tar.gz
added tagging for compilerpatch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2ef3fd24b6..5d97db1c636d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = linux-amd
source = config.x86_64
source = linux-amd.preset
source = linux.install
- source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8+.patch
+ source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20210616/more-uarches-for-kernel-5.8+.patch
sha256sums = SKIP
sha256sums = ee078906b01680f16eaa14ada5ccf57af7c0012665f273de4be985dc5452db98
sha256sums = 60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c
diff --git a/PKGBUILD b/PKGBUILD
index 44f501348568..87da4f9e59fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
pkgbase=linux-amd
_srcname=linux
gitver=v5.13.4
+patchver=20210616
pkgver=5.13.v.4
pkgrel=1
arch=('x86_64')
@@ -19,7 +20,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
# linux package install directives for pacman
'linux.install'
# patch from our graysky archlinux colleague
- 'https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8+.patch'
+ "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/$patchver/more-uarches-for-kernel-5.8+.patch"
)
sha256sums=('SKIP'
#config.x86_64
@@ -39,7 +40,7 @@ pkgver() {
}
prepare() {
- cd "${_srcname}"
+cd "${_srcname}"
if [ "${CARCH}" = "x86_64" ]; then
cat "${srcdir}/config.x86_64" > ./.config
else