summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-02-18 09:29:04 +0900
committerShohei Maruyama2024-02-18 09:29:04 +0900
commitaaf32d9416e25102a301f54ccd41e0ef724630bc (patch)
treeea2ba11411a566d6c5386b7d6be244581a2e7a05
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>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afad9e08a87f..3d42ccfb7b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spacedrive
pkgdesc = Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://spacedrive.com/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = spacedrive
depends = libsoup
depends = glib2
conflicts = spacedrive-git
- source = spacedrive-v0.2.3.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.3.tar.gz
- sha256sums = 7e722d52b90d137a37a2b28afb6d72dd67ef1e8e75f50ce56d00138f57812b1f
+ source = spacedrive-v0.2.4.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.4.tar.gz
+ sha256sums = 50f5edddf4ebe310103fc77862208dd42b4990e07efdad3562de2ba611323c3f
pkgname = spacedrive
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}"