summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-09-23 16:27:26 +0900
committerShohei Maruyama2024-09-23 16:27:26 +0900
commit21ba65b34c8516f3253d1d938370446ececb37c9 (patch)
treeb912a32e148b780db51827474c2d6874d2dd9362
parentf3f8d5567457c19c586143f4070807820317b000 (diff)
downloadaur-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--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9cd19ecd752..693587b38c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2c8568c83923..88e5b0847525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"