summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-02-04 21:28:06 +0900
committerShohei Maruyama2024-02-04 21:28:06 +0900
commit582b230f24f134dd70481abb49e4a1fb6ab1c869 (patch)
tree61179f533b25c58da5169e5bf11cab677bcacb7d /PKGBUILD
parent8b44e49481cef3d4e79dd6df62642f52cb0fc3e6 (diff)
downloadaur-582b230f24f134dd70481abb49e4a1fb6ab1c869.tar.gz
PKGBUILD: Disable AI feature
This commit disables AI feature. 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 5cb9ae4cdd16..6ddd82f77305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='spacedrive'
pkgver=0.2.0
-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/'
@@ -26,7 +26,7 @@ build() {
export RUSTUP_TOOLCHAIN=1.73
pnpm prep
- pnpm tauri build --bundles app
+ pnpm tauri build --bundles app --features custom-protocol
}
package() {