summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2023-11-21 01:13:39 +0900
committerShohei Maruyama2023-11-21 01:13:39 +0900
commit32611094ffd1994e40166b5051df487e8559f2b7 (patch)
tree1ff1b177cc57c61166ea9e8ec4e69ed30e808996 /PKGBUILD
parent19fe42748e599c48bbc5ecad25fdce328fe768f2 (diff)
downloadaur-32611094ffd1994e40166b5051df487e8559f2b7.tar.gz
PKGBUILD: Fix build failure
sd-core requires 'git' and bindgen requires 'clang'. 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 c57c9afbfb5b..a77d8cc9253b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='spacedrive'
pkgver=0.1.2
-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=('AGPL3')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/${pkgver}.tar.gz")
depends=('ffmpeg' 'libheif' 'gtk3' 'webkit2gtk' 'pango' 'gdk-pixbuf2' 'cairo' 'libsoup' 'glib2')
-makedepends=('cargo' 'pnpm')
+makedepends=('cargo' 'pnpm' 'clang' 'git')
sha256sums=('21ae09726139d445174f1b92dd47ec626291a64b7846ed14cc1f44aa658c2d88')
prepare() {