summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVHSgunzo2023-09-01 11:21:17 +0300
committerVHSgunzo2023-09-01 11:21:17 +0300
commit30f5c56ce0310cc466c76eebe3041a29b2c7121f (patch)
tree600ddc918ed65e6481f40a5280898575f9b13373
parenta5acf95abd22a45afe574d89fcfbf1117c262563 (diff)
downloadaur-30f5c56ce0310cc466c76eebe3041a29b2c7121f.tar.gz
v6.4.13-xanmod1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01d26711b3d1..358d84ce6e14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-bin
pkgdesc = The Linux kernel, modules and headers with Xanmod patches - Prebuilt version
- pkgver = 6.4.12
+ pkgver = 6.4.13
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -23,11 +23,11 @@ pkgbase = linux-xanmod-bin
provides = NTFS3-MODULE
conflicts = linux-xanmod
conflicts = linux-xanmod-headers-bin
- noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.12-xanmod1/6.4.12-x64v2-xanmod1/linux-image-6.4.12-x64v2-xanmod1_6.4.12-x64v2-xanmod1-0~20230823.g161c905_amd64.deb
- noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.12-xanmod1/6.4.12-x64v2-xanmod1/linux-headers-6.4.12-x64v2-xanmod1_6.4.12-x64v2-xanmod1-0~20230823.g161c905_amd64.deb
+ noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.13-xanmod1/6.4.13-x64v2-xanmod1/linux-image-6.4.13-x64v2-xanmod1_6.4.13-x64v2-xanmod1-0~20230831.gf8335a9_amd64.deb
+ noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.13-xanmod1/6.4.13-x64v2-xanmod1/linux-headers-6.4.13-x64v2-xanmod1_6.4.13-x64v2-xanmod1-0~20230831.gf8335a9_amd64.deb
options = !strip
- source = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.12-xanmod1/6.4.12-x64v2-xanmod1/linux-image-6.4.12-x64v2-xanmod1_6.4.12-x64v2-xanmod1-0~20230823.g161c905_amd64.deb
- source = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.12-xanmod1/6.4.12-x64v2-xanmod1/linux-headers-6.4.12-x64v2-xanmod1_6.4.12-x64v2-xanmod1-0~20230823.g161c905_amd64.deb
+ source = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.13-xanmod1/6.4.13-x64v2-xanmod1/linux-image-6.4.13-x64v2-xanmod1_6.4.13-x64v2-xanmod1-0~20230831.gf8335a9_amd64.deb
+ source = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.13-xanmod1/6.4.13-x64v2-xanmod1/linux-headers-6.4.13-x64v2-xanmod1_6.4.13-x64v2-xanmod1-0~20230831.gf8335a9_amd64.deb
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eb05b60827d3..d06fc1c62208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname='linux-xanmod-bin'
-pkgver='6.4.12'
+pkgver='6.4.13'
+branch='main'
pkgrel="1"
check_psabi() {
@@ -32,7 +33,7 @@ provides=('VIRTUALBOX-GUEST-MODULES'
'WIREGUARD-MODULE'
'KSMBD-MODULE'
'NTFS3-MODULE')
-_url="https://sourceforge.net/projects/xanmod/files/releases/main/${pkgver}-xanmod1/${pkgver}-${psabi}-xanmod1"
+_url="https://sourceforge.net/projects/xanmod/files/releases/$branch/${pkgver}-xanmod1/${pkgver}-${psabi}-xanmod1"
_url_info="$(curl -sL "$_url"|grep "net.sf.files"|sed 's|net.sf.files = ||g;s|;$||'|jq -r '.[].download_url'|grep -v '\-dbg_')"
_url_image="$(echo "$_url_info"|grep -o "https:.*/linux-image.*deb")"
_url_headers="$(echo "$_url_info"|grep -o "https:.*/linux-headers.*deb")"