summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-30 04:30:09 +0900
committerShohei Maruyama2024-03-30 04:30:09 +0900
commit41d243305c0a362ed47ee712efce3e3f6ef1f2db (patch)
treebe8a7731a63ed9fc1472028764192c94296611b8 /PKGBUILD
parentd40bae8e047d52d3c3222d3b44e0aa0baa19bbfe (diff)
downloadaur-41d243305c0a362ed47ee712efce3e3f6ef1f2db.tar.gz
PKGBUILD: Update to 0.2.7
This commit updates sources to 0.2.7. 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 ea4ee5049b1a..1ed445e7d6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.6
+pkgver=0.2.7
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=('0c9229c97dcd0e9b2b07f5846d746d7e5c7408f0fef685d15c4b919992d6047d')
+sha256sums=('64395d455ed57a8497e8f2a6130fce3e4a693882e8e638a51e0bea8aa30a832a')
prepare() {
cd "${pkgname}-${pkgver}"