summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-01-26 21:32:20 +0900
committerShohei Maruyama2024-01-26 21:32:20 +0900
commit8b44e49481cef3d4e79dd6df62642f52cb0fc3e6 (patch)
treeb00306cd023e79e82256538b3f805390d1d23403 /PKGBUILD
parent8bfe4197790ea90cb53c5bee2e5144117a00bcfc (diff)
downloadaur-8b44e49481cef3d4e79dd6df62642f52cb0fc3e6.tar.gz
PKGBUILD: Update to 0.2.0
This commit updates the source version to 0.2.0. 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 d722c6d0bf30..5cb9ae4cdd16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.1.4
+pkgver=0.2.0
pkgrel=1
pkgdesc='Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.'
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=('spacedrive-git')
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-nightly' 'pnpm' 'clang' 'git')
-sha256sums=('e7b43d847d786ce7dd2af6d9718f6b25404da2ee2c0cbb1ae7969a4607c26e5b')
+sha256sums=('83d5635500a82a022429cf639bd4560d19f3a347b83547dfb125e39e17b027c6')
prepare() {
cd "${pkgname}-${pkgver}"