diff options
author | Shohei Maruyama | 2025-03-21 11:10:02 +0900 |
---|---|---|
committer | Shohei Maruyama | 2025-03-21 11:11:36 +0900 |
commit | 2a001bb99568493ba53e41f325fac837a08f1f6b (patch) | |
tree | 0c41bb17b3a9cf3bbab74a1f17d4376440560de9 /PKGBUILD | |
parent | 59a55f5354675b1afada7ad3dc3aca3cb1780d8c (diff) | |
download | aur-2a001bb99568493ba53e41f325fac837a08f1f6b.tar.gz |
PKGBUILD: Fix wrong license
spacedrive's license is AGPL-3.0-only.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,11 +3,11 @@ pkgname='spacedrive' pkgver=0.4.3 -pkgrel=1 +pkgrel=2 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=('AGPL-3.0-only or AGPL-3.0-or-later') +license=('AGPL-3.0-only') conflicts=('spacedrive-git') source=( "${pkgname}-v${pkgver}.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/${pkgver}.tar.gz" |