summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-02-18 09:29:04 +0900
committerShohei Maruyama2024-02-18 09:29:04 +0900
commitaaf32d9416e25102a301f54ccd41e0ef724630bc (patch)
treeea2ba11411a566d6c5386b7d6be244581a2e7a05 /PKGBUILD
parenteba3cbfcbbb9169c90eb31a5493db09c012be919 (diff)
downloadaur-aaf32d9416e25102a301f54ccd41e0ef724630bc.tar.gz
PKGBUILD: Update to 0.2.4
This commit updates sources to 0.2.4. 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 a4c914789420..3e34ecba72ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.3
+pkgver=0.2.4
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=('7e722d52b90d137a37a2b28afb6d72dd67ef1e8e75f50ce56d00138f57812b1f')
+sha256sums=('50f5edddf4ebe310103fc77862208dd42b4990e07efdad3562de2ba611323c3f')
prepare() {
cd "${pkgname}-${pkgver}"