summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-04-22 23:21:05 +0900
committerShohei Maruyama2024-04-22 23:21:05 +0900
commiteb165682992fe0206ef585dcd63c9a716f192844 (patch)
tree3725bb8c890b8a6ee20d82733ed5442ad7b39834
parente9b2d7863d6ffb0ebc1827bc053fb77237f9475f (diff)
downloadaur-spacedrive.tar.gz
PKGBUILD: Update to 0.2.11
This commit updates sources to 0.2.11. 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 ff6ce26b495e..5f09fdde9467 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.10
+ pkgver = 0.2.11
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.10.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.10.tar.gz
- sha256sums = 56791a84716d1d539526af4933cfb8a9962445a0b707999ed56150ad92e4735b
+ source = spacedrive-v0.2.11.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.11.tar.gz
+ sha256sums = 138767969406df87dc2cd064cc8b05c1c8632cd41a2619cbccce84ba0e6a91c2
pkgname = spacedrive
diff --git a/PKGBUILD b/PKGBUILD
index d914cef3c044..4b02c16f6e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.10
+pkgver=0.2.11
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=('56791a84716d1d539526af4933cfb8a9962445a0b707999ed56150ad92e4735b')
+sha256sums=('138767969406df87dc2cd064cc8b05c1c8632cd41a2619cbccce84ba0e6a91c2')
prepare() {
cd "${pkgname}-${pkgver}"