summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2023-07-03 14:02:13 +0000
committerHanabishi2023-07-03 14:02:13 +0000
commit8e9618189aed6c95275ff17c53f26ede7ea137c3 (patch)
treeeaea02762b7d02e3bbcb55298a384002d91b99c9
parentc151e40fae381d83040f75bd355b6c97e0a637a2 (diff)
downloadaur-8e9618189aed6c95275ff17c53f26ede7ea137c3.tar.gz
Update to new merge
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--dkms.conf2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1083cfef551b..4f00ef586ea4 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.4.r0.gac9a786
+ pkgver = 6.4.r0.g6995e2d
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 = 5117515294c7457bff12738ba26ad6a3527e92273e0e51d5bf6038269273b5e0
+ sha256sums = 5c9b5ff6732f562e1bd7bbca8b662a162e8d6e177bfd9d66378a541ba8c078ea
sha256sums = fd4cf0e2dc160efecc55d4ea99667669b870599e4e81be435ec2201381b7e2ac
pkgname = ntfs3-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index abad54776ad6..9209fef49afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ntfs3-dkms-git
-pkgver=6.4.r0.gac9a786
+pkgver=6.4.r0.g6995e2d
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=(
- '5117515294c7457bff12738ba26ad6a3527e92273e0e51d5bf6038269273b5e0'
+ '5c9b5ff6732f562e1bd7bbca8b662a162e8d6e177bfd9d66378a541ba8c078ea'
'fd4cf0e2dc160efecc55d4ea99667669b870599e4e81be435ec2201381b7e2ac'
)
_ver="6.4"
-_since="1683491675"
+_since="1687735798"
# 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 672a4f22231a..61bcc35fd7fe 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -4,4 +4,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-4]\.?"
+BUILD_EXCLUSIVE_KERNEL="^6\.4\.?"