diff --git a/.SRCINFO b/.SRCINFO index 3ec53329193a..bc99dbdc8e29 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = ntfsplus-dkms-git - pkgdesc = A new NTFS driver for Linux promised to be better than NTFS3. These patches are directly taken from the maintainer's mailing list posts. Backported to 6.17. + pkgdesc = A new NTFS driver for Linux promised to be better than NTFS3. These patches are directly taken from the maintainer's mailing list posts. Backported to 6.12. pkgver = 2025.10.20.r34.496db7027 pkgrel = 1 - url = https://lore.kernel.org/all/20251020021227.5965-6-linkinjeon@kernel.org + url = https://github.com/shadichy/ntfsplus-dkms arch = any license = GPL-2.0-only makedepends = git @@ -10,8 +10,8 @@ pkgbase = ntfsplus-dkms-git options = !strip options = !emptydirs source = linux::shallowclone+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - source = ntfsplus-00-05.mbox.gz::https://lore.kernel.org/all/20251020020749.5522-1-linkinjeon@kernel.org/t.mbox.gz - source = ntfsplus-06-11.mbox.gz::https://lore.kernel.org/all/20251020021227.5965-6-linkinjeon@kernel.org/t.mbox.gz + source = ntfsplus-00-05.mbox.gz::https://raw.githubusercontent.com/shadichy/ntfsplus-dkms/refs/heads/dev/ntfsplus-00-05.mbox.gz + source = ntfsplus-06-11.mbox.gz::https://raw.githubusercontent.com/shadichy/ntfsplus-dkms/refs/heads/dev/ntfsplus-06-11.mbox.gz source = 0001-fs-ntfsplus-inode.c-Resolve-import-for-inode_generic.patch source = 0002-ntfsplus-Resolve-iomap_-arguments-temporarily-for-ke.patch source = 0003-ntfsplus-Backport-ntfs_iomap.c-functions-to-kernels-.patch diff --git a/PKGBUILD b/PKGBUILD index dca004b6e76d..4f0ee71f7895 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ pkgname=("$pkgbase" "ntfsplus-udev") pkgver=2025.10.20.r34.496db7027 pkgrel=1 # epoch=1 -pkgdesc="A new NTFS driver for Linux promised to be better than NTFS3. These patches are directly taken from the maintainer's mailing list posts. Backported to 6.17." +pkgdesc="A new NTFS driver for Linux promised to be better than NTFS3. These patches are directly taken from the maintainer's mailing list posts. Backported to 6.12." arch=('any') -url="https://lore.kernel.org/all/20251020021227.5965-6-linkinjeon@kernel.org" +url="https://github.com/shadichy/ntfsplus-dkms" license=('GPL-2.0-only') makedepends=('git') optdepends=( @@ -60,8 +60,10 @@ export DLAGENTS="shallowclone::$(realpath "./DLAGENTS") %u %o" source=( 'linux::shallowclone+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' - 'ntfsplus-00-05.mbox.gz::https://lore.kernel.org/all/20251020020749.5522-1-linkinjeon@kernel.org/t.mbox.gz' - 'ntfsplus-06-11.mbox.gz::https://lore.kernel.org/all/20251020021227.5965-6-linkinjeon@kernel.org/t.mbox.gz' + # 'ntfsplus-00-05.mbox.gz::https://lore.kernel.org/all/20251020020749.5522-1-linkinjeon@kernel.org/t.mbox.gz' + # 'ntfsplus-06-11.mbox.gz::https://lore.kernel.org/all/20251020021227.5965-6-linkinjeon@kernel.org/t.mbox.gz' + 'ntfsplus-00-05.mbox.gz::https://raw.githubusercontent.com/shadichy/ntfsplus-dkms/refs/heads/dev/ntfsplus-00-05.mbox.gz' + 'ntfsplus-06-11.mbox.gz::https://raw.githubusercontent.com/shadichy/ntfsplus-dkms/refs/heads/dev/ntfsplus-06-11.mbox.gz' '0001-fs-ntfsplus-inode.c-Resolve-import-for-inode_generic.patch' '0002-ntfsplus-Resolve-iomap_-arguments-temporarily-for-ke.patch' '0003-ntfsplus-Backport-ntfs_iomap.c-functions-to-kernels-.patch'