Adopt SPDX identifiers for license fields
This commit is contained in:
parent
5f52bcf10c
commit
8a2e4050ff
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs-git
|
|||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = pkgconf
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/maharmstone/${pkgname%-git}"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('fmt' 'zlib' 'lzo' 'zstd')
|
||||
makedepends=('git' 'cmake' 'pkgconf')
|
||||
provides=("${pkgname%-git}")
|
||||
|
|
Loading…
Add table
Reference in a new issue