summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-31 19:01:53 +0900
committerShohei Maruyama2024-03-31 19:01:53 +0900
commitb411d3ff94d5c3ecf18834885f4bc423de90e1df (patch)
treef4f0ab52b9407327272d0eb8e927c94010b4c241 /PKGBUILD
parent3abcd7d81cdf521b6cfb59f6ccf19bbc042d49cb (diff)
downloadaur-b411d3ff94d5c3ecf18834885f4bc423de90e1df.tar.gz
PKGBUILD: Update to 0.2.9
This commit updates sources to 0.2.9. 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 ac85224a8aa0..473f71a8fa0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.8
+pkgver=0.2.9
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=('10b65bc3bd403d437213006f32fb322c2452cc1ea0653b75b9836f7e0fc4e40a')
+sha256sums=('a579aa278b626224b62b5f7f448d6f671d0d3171660fff1b01afcfbe46da3b1c')
prepare() {
cd "${pkgname}-${pkgver}"