summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-14 02:19:33 +0900
committerShohei Maruyama2024-03-14 02:19:33 +0900
commit9617d73b4cff68a6cb5e560709081876b93c1509 (patch)
tree82265b0ed8d73ec5a4df1182bddda2e8eecb60f6 /PKGBUILD
parentaaf32d9416e25102a301f54ccd41e0ef724630bc (diff)
downloadaur-9617d73b4cff68a6cb5e560709081876b93c1509.tar.gz
PKGBUILD: Update to 0.2.5
This commit updates sources to 0.2.5. 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 3e34ecba72ab..625eb48ab8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.4
+pkgver=0.2.5
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' 'pnpm' 'clang' 'git' 'lld')
-sha256sums=('50f5edddf4ebe310103fc77862208dd42b4990e07efdad3562de2ba611323c3f')
+sha256sums=('0b3e207a7f5f40c4186ed000185595b0c62fa294c52e93b69925345e0e7b2487')
prepare() {
cd "${pkgname}-${pkgver}"