summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-07-03 11:55:54 +0200
committerJoan Figueras2021-07-03 11:55:54 +0200
commit14a1cf68bf8390d3d1a848110a35db7682750039 (patch)
treed51d2400cea1fc617a4ab98f13006aa911e047fb
parente7369aa81e990fe7e52e9429782c22292b39745d (diff)
downloadaur-14a1cf68bf8390d3d1a848110a35db7682750039.tar.gz
Convert this package to STABLE branch as is upstream
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f61b50ff10c0..00993a68389f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-xanmod
- pkgdesc = Linux Xanmod
- pkgver = 5.13.0
- pkgrel = 3
+ pkgdesc = Linux Xanmod - Current Stable (STABLE)
+ pkgver = 5.12.14
+ pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
@@ -12,15 +12,15 @@ pkgbase = linux-xanmod
makedepends = libelf
makedepends = cpio
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.13.0-xanmod2/patch-5.13.0-xanmod2.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/5.12.14-xanmod1/patch-5.12.14-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
+ sha256sums = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
sha256sums = SKIP
- sha256sums = 42cb550e7b9900820bdc9f528eb60c726f19294417065bf3a0b94be06388aeb1
+ sha256sums = 0006a71592950f37ecfa7f8e2560699731b92712ddfb7639922bc260ccd1552b
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod
@@ -32,5 +32,5 @@ pkgname = linux-xanmod
optdepends = linux-firmware: firmware images needed for some devices
pkgname = linux-xanmod-headers
- pkgdesc = Headers and scripts for building modules for the Linux Xanmod kernel
+ pkgdesc = Headers and scripts for building modules for the Linux Xanmod - Current Stable (STABLE) kernel
depends = pahole
diff --git a/PKGBUILD b/PKGBUILD
index 79cb08cd5caa..079d63c99af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,12 +57,12 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod
-_major=5.13
-pkgver=${_major}.0
+_major=5.12
+pkgver=${_major}.14
_branch=5.x
-xanmod=2
-pkgrel=3
-pkgdesc='Linux Xanmod'
+xanmod=1
+pkgrel=${xanmod}
+pkgdesc='Linux Xanmod - Current Stable (STABLE)'
url="http://www.xanmod.org/"
arch=(x86_64)
@@ -93,9 +93,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
+sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
'SKIP'
- '42cb550e7b9900820bdc9f528eb60c726f19294417065bf3a0b94be06388aeb1'
+ '0006a71592950f37ecfa7f8e2560699731b92712ddfb7639922bc260ccd1552b'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}