summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-07-02 10:18:31 +0200
committerSoftExpert2023-07-02 10:18:31 +0200
commit3a42b941f69f1ab180c1bcbd9ee22a51c7868af9 (patch)
tree3ead2bb1d644653caca00af17ca285f6408c57e0
parentfbcd5a47bb0b7e53df831b10e40c7dbec3e18da6 (diff)
downloadaur-3a42b941f69f1ab180c1bcbd9ee22a51c7868af9.tar.gz
6.4.1-xanmod1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 838fa369e238..5a7a2e8e931e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = linux-xanmod-linux-bin-x64v3
pkgdesc = The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - x64v3
- pkgver = 6.4.0
- pkgrel = 2
+ pkgver = 6.4.1
+ pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
makedepends = jq
makedepends = curl
- noextract = https://github.com/xanmod/linux/releases/download/6.4.0-xanmod2/linux-image-6.4.0-x64v3-xanmod2_6.4.0-x64v3-xanmod2-0.20230629.9cca421_amd64.deb
- noextract = https://github.com/xanmod/linux/releases/download/6.4.0-xanmod2/linux-headers-6.4.0-x64v3-xanmod2_6.4.0-x64v3-xanmod2-0.20230629.9cca421_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-image-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
options = !strip
- source = https://github.com/xanmod/linux/releases/download/6.4.0-xanmod2/linux-image-6.4.0-x64v3-xanmod2_6.4.0-x64v3-xanmod2-0.20230629.9cca421_amd64.deb
- source = https://github.com/xanmod/linux/releases/download/6.4.0-xanmod2/linux-headers-6.4.0-x64v3-xanmod2_6.4.0-x64v3-xanmod2-0.20230629.9cca421_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-image-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 0e0c787ec7477a7054f26e87a6e25ba0ab86b9de0b9540e3ac8c28e493d04215
- sha256sums = bf403a08bdac0633cb2852f522b0a23beeb00ef2290eac6c9a5bcc28d0439148
+ sha256sums = 57be98995b411273af70006343213b73ff71f6f56f098f923c8f3cb3ace11160
+ sha256sums = 59400a3c78f64cf7b37b827bb1ae11dd6b36cc839c8092da68f31913b5508bf0
pkgname = linux-xanmod-linux-bin-x64v3
diff --git a/PKGBUILD b/PKGBUILD
index 603b314b596c..b2671a8e1bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_arch=x64v3
_pkgbase=linux-xanmod
_major=6.4
-_minor=0
+_minor=1
_branch=6.x
-_xanmodrel=2
+_xanmodrel=1
_xanmodrev=
-pkgrel=2
+pkgrel=1
pkgbase=${_pkgbase}-linux-bin-${_arch}
pkgver=${_major}.${_minor}
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('0e0c787ec7477a7054f26e87a6e25ba0ab86b9de0b9540e3ac8c28e493d04215'
- 'bf403a08bdac0633cb2852f522b0a23beeb00ef2290eac6c9a5bcc28d0439148')
+sha256sums=('57be98995b411273af70006343213b73ff71f6f56f098f923c8f3cb3ace11160'
+ '59400a3c78f64cf7b37b827bb1ae11dd6b36cc839c8092da68f31913b5508bf0')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"