summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2025-03-21 11:10:02 +0900
committerShohei Maruyama2025-03-21 11:11:36 +0900
commit2a001bb99568493ba53e41f325fac837a08f1f6b (patch)
tree0c41bb17b3a9cf3bbab74a1f17d4376440560de9 /PKGBUILD
parent59a55f5354675b1afada7ad3dc3aca3cb1780d8c (diff)
downloadaur-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--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 280777b80a24..49a0edafb25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"