mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Update PKGBUILD info
Signed-off-by: shadichy <shadichy@blisslabs.org>
This commit is contained in:
parent
57c7284b8d
commit
112cbb367b
2 changed files with 10 additions and 8 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
10
PKGBUILD
10
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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue