summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-03-30 04:30:09 +0900
committerShohei Maruyama2024-03-30 04:30:09 +0900
commit41d243305c0a362ed47ee712efce3e3f6ef1f2db (patch)
treebe8a7731a63ed9fc1472028764192c94296611b8
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>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80230a498db3..ccbb1c6e78f0 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.6
+ pkgver = 0.2.7
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.6.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.6.tar.gz
- sha256sums = 0c9229c97dcd0e9b2b07f5846d746d7e5c7408f0fef685d15c4b919992d6047d
+ source = spacedrive-v0.2.7.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.7.tar.gz
+ sha256sums = 64395d455ed57a8497e8f2a6130fce3e4a693882e8e638a51e0bea8aa30a832a
pkgname = spacedrive
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}"