summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-14 02:19:33 +0900
committerShohei Maruyama2024-03-14 02:19:33 +0900
commit9617d73b4cff68a6cb5e560709081876b93c1509 (patch)
tree82265b0ed8d73ec5a4df1182bddda2e8eecb60f6
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>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d42ccfb7b2c..3eeb5b06611d 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.4
+ pkgver = 0.2.5
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.4.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.4.tar.gz
- sha256sums = 50f5edddf4ebe310103fc77862208dd42b4990e07efdad3562de2ba611323c3f
+ source = spacedrive-v0.2.5.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.5.tar.gz
+ sha256sums = 0b3e207a7f5f40c4186ed000185595b0c62fa294c52e93b69925345e0e7b2487
pkgname = spacedrive
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}"