summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-07-12 00:54:20 +0200
committerSoftExpert2023-07-12 00:54:20 +0200
commitd3337b195cd23d5765763cac2f32f8a3bdc92fc1 (patch)
tree32b8501eb9d4040ab5dbea072ccbdf250aef55c7
parent288a78e5230b193364e4dca3e4277623e57f833d (diff)
downloadaur-d3337b195cd23d5765763cac2f32f8a3bdc92fc1.tar.gz
6.4.3-xanmod1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17514e55116a..fb5668a72896 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.2
+ pkgver = 6.4.3
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.2-xanmod1/linux-image-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
- noextract = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.3-xanmod1/linux-image-6.4.3-x64v3-xanmod1_6.4.3-x64v3-xanmod1-0.20230711.1f2fe64_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.3-xanmod1/linux-headers-6.4.3-x64v3-xanmod1_6.4.3-x64v3-xanmod1-0.20230711.1f2fe64_amd64.deb
options = !strip
- source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-image-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
- source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.3-xanmod1/linux-image-6.4.3-x64v3-xanmod1_6.4.3-x64v3-xanmod1-0.20230711.1f2fe64_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.3-xanmod1/linux-headers-6.4.3-x64v3-xanmod1_6.4.3-x64v3-xanmod1-0.20230711.1f2fe64_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 885a3bd04e1ef4fcc778b978e591086dccf5b27039a2f3564ee32ea9a7b52161
- sha256sums = 50714e8d884d97cfd93d6c4106fec3a85b44d83e15d1e49bae45a82affa99d2b
+ sha256sums = 07d6975068ae0743b097255d358b832e777c8fcc15fa12a28c9558aaa8e946d9
+ sha256sums = 2fb2f693c3e217f9289d6ac6b14d0dd23509d7bad7d3dbce0eed5cb6dcd6b189
pkgname = linux-xanmod-linux-bin-x64v3
diff --git a/PKGBUILD b/PKGBUILD
index 0d3393a8573e..e0831dca106f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_arch=x64v3
_pkgbase=linux-xanmod
_major=6.4
-_minor=2
+_minor=3
_branch=6.x
_xanmodrel=1
_xanmodrev=
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('885a3bd04e1ef4fcc778b978e591086dccf5b27039a2f3564ee32ea9a7b52161'
- '50714e8d884d97cfd93d6c4106fec3a85b44d83e15d1e49bae45a82affa99d2b')
+sha256sums=('07d6975068ae0743b097255d358b832e777c8fcc15fa12a28c9558aaa8e946d9'
+ '2fb2f693c3e217f9289d6ac6b14d0dd23509d7bad7d3dbce0eed5cb6dcd6b189')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"