Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent fcf7467a3b
commit 4d33934d06
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs
pkgrel = 1 pkgrel = 1
url = https://github.com/maharmstone/ntfs2btrfs url = https://github.com/maharmstone/ntfs2btrfs
arch = x86_64 arch = x86_64
license = GPL2 license = GPL-2.0-or-later
makedepends = cmake makedepends = cmake
makedepends = pkgconf makedepends = pkgconf
depends = fmt depends = fmt

View file

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs" pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
arch=('x86_64') arch=('x86_64')
url="https://github.com/maharmstone/$pkgname" url="https://github.com/maharmstone/$pkgname"
license=('GPL2') license=('GPL-2.0-or-later')
depends=('fmt' 'zlib' 'lzo' 'zstd') depends=('fmt' 'zlib' 'lzo' 'zstd')
makedepends=('cmake' 'pkgconf') makedepends=('cmake' 'pkgconf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")