summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-30 04:51:59 +0900
committerShohei Maruyama2024-03-30 04:51:59 +0900
commit3abcd7d81cdf521b6cfb59f6ccf19bbc042d49cb (patch)
tree289702a043022ba2ac0f36b49bebf7aff1fd8a23
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>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccbb1c6e78f0..6f6229ad6361 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.7
+ pkgver = 0.2.8
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.7.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.7.tar.gz
- sha256sums = 64395d455ed57a8497e8f2a6130fce3e4a693882e8e638a51e0bea8aa30a832a
+ source = spacedrive-v0.2.8.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.8.tar.gz
+ sha256sums = 10b65bc3bd403d437213006f32fb322c2452cc1ea0653b75b9836f7e0fc4e40a
pkgname = spacedrive
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}"