summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-04-26 14:15:36 +0200
committerJoan Figueras2023-04-26 14:15:36 +0200
commit104ce0bd2b953b16191d017a354faf27d15c7db7 (patch)
tree908bf2b15de1afb1317c257b886d9f5ed17143e2
parent3b16954c0fbe85def5144ce9aaae6d13e6d77927 (diff)
downloadaur-104ce0bd2b953b16191d017a354faf27d15c7db7.tar.gz
6.3.0-xanmod1_rev2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee664fbb073..ba14ca8c1cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-xanmod
pkgdesc = Linux Xanmod - Current Stable (CURRENT)
pkgver = 6.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.sign
- source = https://github.com/xanmod/linux/releases/download/6.3.0-xanmod1/patch-6.3.0-xanmod1.xz
+ source = patch-6.3.0-xanmod1_rev2.xz::https://github.com/xanmod/linux/releases/download/6.3.0-xanmod1_rev2/patch-6.3.0-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
sha256sums = SKIP
- sha256sums = ed7f827ba466a67cc7f5319013f3e1844f81eec6dcf464d7eb95d42e7a19f04a
+ sha256sums = e29f9fcd2447d4612d381303e9d527b7ea1c7fd497a4d3dc0dfc73f0e85f2cd9
sha256sums = 5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30
pkgname = linux-xanmod
diff --git a/PKGBUILD b/PKGBUILD
index 3b09d216168d..0e58439fbadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,8 @@ _major=6.3
pkgver=${_major}.0
_branch=6.x
xanmod=1
-pkgrel=${xanmod}
+_revision=_rev2
+pkgrel=2 ##${xanmod}
pkgdesc='Linux Xanmod - Current Stable (CURRENT)'
url="http://www.xanmod.org/"
arch=(x86_64)
@@ -92,7 +93,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/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz"
+ "patch-${pkgver}-xanmod${xanmod}${_revision}.xz::https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}${_revision}/patch-${pkgver}-xanmod${xanmod}.xz"
choose-gcc-optimization.sh)
#"patch-${pkgver}-xanmod${xanmod}.xz::https://sourceforge.net/projects/xanmod/files/releases/stable/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz/download"
validpgpkeys=(
@@ -110,7 +111,7 @@ done
sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
'SKIP'
- 'ed7f827ba466a67cc7f5319013f3e1844f81eec6dcf464d7eb95d42e7a19f04a'
+ 'e29f9fcd2447d4612d381303e9d527b7ea1c7fd497a4d3dc0dfc73f0e85f2cd9'
'5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
@@ -121,7 +122,7 @@ prepare() {
cd linux-${_major}
# Apply Xanmod patch
- patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}
+ patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}${_revision}
msg2 "Setting version..."
echo "-$pkgrel" > localversion.10-pkgrel