summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-30 04:51:59 +0900
committerShohei Maruyama2024-03-30 04:51:59 +0900
commit3abcd7d81cdf521b6cfb59f6ccf19bbc042d49cb (patch)
tree289702a043022ba2ac0f36b49bebf7aff1fd8a23 /PKGBUILD
parent41d243305c0a362ed47ee712efce3e3f6ef1f2db (diff)
downloadaur-3abcd7d81cdf521b6cfb59f6ccf19bbc042d49cb.tar.gz
PKGBUILD: Update to 0.2.8
This commit updates sources to 0.2.8. 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 1ed445e7d6df..ac85224a8aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.7
+pkgver=0.2.8
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=('64395d455ed57a8497e8f2a6130fce3e4a693882e8e638a51e0bea8aa30a832a')
+sha256sums=('10b65bc3bd403d437213006f32fb322c2452cc1ea0653b75b9836f7e0fc4e40a')
prepare() {
cd "${pkgname}-${pkgver}"