summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ecd9e6a8eb..cca49f2066c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spacedrive
pkgdesc = Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://spacedrive.com/
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 0c24aab6e745..2cacd7da2241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='spacedrive'
pkgver=0.2.1
-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 --features custom-protocol
+ pnpm tauri build --bundles app -- --no-default-features
}
package() {