summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2023-12-02 22:39:47 +0900
committerShohei Maruyama2023-12-02 22:39:47 +0900
commitf3210fe3bd2be31b1870fad44ed458a0bd8fefdf (patch)
tree1e71bb19d0d78a060a1c1ba22f060f0fbca1e9c8 /PKGBUILD
parent40c7c6928c1b47dff6331c3ed4baa006cc966241 (diff)
downloadaur-spacedrive-git.tar.gz
PKGBUILD: Add 'spacedrive' to 'conflicts'
'spacedrive' and this package have conflicted files. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee588c77eaab..820be3f39abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname='spacedrive-git'
pkgver=r2297.8ad468b
-pkgrel=4
+pkgrel=5
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')
source=('spacedrive::git+https://github.com/spacedriveapp/spacedrive.git')
depends=('ffmpeg' 'libheif' 'gtk3' 'webkit2gtk' 'pango' 'gdk-pixbuf2' 'cairo' 'libsoup' 'glib2')
+conflicts=('spacedrive')
makedepends=('cargo-nightly' 'pnpm' 'git' 'clang')
sha256sums=('SKIP')