diff options
author | Shohei Maruyama | 2024-09-23 16:27:26 +0900 |
---|---|---|
committer | Shohei Maruyama | 2024-09-23 16:27:26 +0900 |
commit | 21ba65b34c8516f3253d1d938370446ececb37c9 (patch) | |
tree | b912a32e148b780db51827474c2d6874d2dd9362 | |
parent | f3f8d5567457c19c586143f4070807820317b000 (diff) | |
download | aur-21ba65b34c8516f3253d1d938370446ececb37c9.tar.gz |
PKGBUILD: Change the license to use SPDX identifiers
Regard the RFC16, we should specific the LICENSE using SPDX identifiers.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ pkgbase = spacedrive pkgdesc = Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. pkgver = 0.2.14 - pkgrel = 2 + pkgrel = 3 url = https://spacedrive.com/ arch = x86_64 - license = AGPL3 + license = AGPL-3.0-only or AGPL-3.0-or-later makedepends = cargo makedepends = pnpm>=9 makedepends = clang @@ -3,11 +3,11 @@ pkgname='spacedrive' pkgver=0.2.14 -pkgrel=2 +pkgrel=3 pkgdesc='Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.' arch=('x86_64') url='https://spacedrive.com/' -license=('AGPL3') +license=('AGPL-3.0-only or AGPL-3.0-or-later') conflicts=('spacedrive-git') source=( "${pkgname}-v${pkgver}.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/${pkgver}.tar.gz" |