summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-29 02:08:38 +0900
committerShohei Maruyama2024-03-29 02:08:38 +0900
commitd40bae8e047d52d3c3222d3b44e0aa0baa19bbfe (patch)
tree1d42abb3320d7c9e39198623ae234ce4eb49e562 /PKGBUILD
parent9617d73b4cff68a6cb5e560709081876b93c1509 (diff)
downloadaur-d40bae8e047d52d3c3222d3b44e0aa0baa19bbfe.tar.gz
PKGBUILD: Update to 0.2.6
This commit updates sources to 0.2.6. 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 625eb48ab8cb..ea4ee5049b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.5
+pkgver=0.2.6
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=('0b3e207a7f5f40c4186ed000185595b0c62fa294c52e93b69925345e0e7b2487')
+sha256sums=('0c9229c97dcd0e9b2b07f5846d746d7e5c7408f0fef685d15c4b919992d6047d')
prepare() {
cd "${pkgname}-${pkgver}"