summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--dkms.conf4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c2eee48bf6..1083cfef551b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ntfs3-dkms-git
pkgdesc = NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1.
- pkgver = 6.3.r0.g197b6b6
+ pkgver = 6.4.r0.gac9a786
pkgrel = 1
epoch = 1
url = https://github.com/Paragon-Software-Group/linux-ntfs3
@@ -15,7 +15,7 @@ pkgbase = ntfs3-dkms-git
options = !emptydirs
source = dkms.conf
source = Makefile.patch
- sha256sums = 5cd4763c42fc4ad8ff54cdf41e4b1d075ea200c1c9e871389996aa17095759b0
+ sha256sums = 5117515294c7457bff12738ba26ad6a3527e92273e0e51d5bf6038269273b5e0
sha256sums = fd4cf0e2dc160efecc55d4ea99667669b870599e4e81be435ec2201381b7e2ac
pkgname = ntfs3-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a1f612818f7..abad54776ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ntfs3-dkms-git
-pkgver=6.3.r0.g197b6b6
+pkgver=6.4.r0.gac9a786
pkgrel=1
epoch=1
pkgdesc="NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1."
@@ -18,12 +18,12 @@ source=(
)
sha256sums=(
- '5cd4763c42fc4ad8ff54cdf41e4b1d075ea200c1c9e871389996aa17095759b0'
+ '5117515294c7457bff12738ba26ad6a3527e92273e0e51d5bf6038269273b5e0'
'fd4cf0e2dc160efecc55d4ea99667669b870599e4e81be435ec2201381b7e2ac'
)
-_ver="6.3"
-_since="1679866820"
+_ver="6.4"
+_since="1683491675"
# The whole kernel history is very huge, so downloading it is a pain.
# Also commits count is insane and we don't want to see all that in pkgver.
diff --git a/dkms.conf b/dkms.conf
index 40c719eb453b..672a4f22231a 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,7 +1,7 @@
PACKAGE_NAME="ntfs3"
-PACKAGE_VERSION="6.3"
+PACKAGE_VERSION="6.4"
BUILT_MODULE_NAME[0]="ntfs3"
DEST_MODULE_LOCATION[0]="/kernel/fs/ntfs3"
AUTOINSTALL="yes"
MAKE[0]="KVERSION=${kernelver} CONFIG_NTFS3_FS=m CONFIG_NTFS3_LZX_XPRESS=y CONFIG_NTFS3_FS_POSIX_ACL=y make KDIR=${kernel_source_dir}"
-BUILD_EXCLUSIVE_KERNEL="^6\.3\.?"
+BUILD_EXCLUSIVE_KERNEL="^6\.[3-4]\.?"