summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-01-26 21:32:20 +0900
committerShohei Maruyama2024-01-26 21:32:20 +0900
commit8b44e49481cef3d4e79dd6df62642f52cb0fc3e6 (patch)
treeb00306cd023e79e82256538b3f805390d1d23403
parent8bfe4197790ea90cb53c5bee2e5144117a00bcfc (diff)
downloadaur-8b44e49481cef3d4e79dd6df62642f52cb0fc3e6.tar.gz
PKGBUILD: Update to 0.2.0
This commit updates the source version to 0.2.0. 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 ffaf9566c465..3f5d37eb4251 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.1.4
+ pkgver = 0.2.0
pkgrel = 1
url = https://spacedrive.com/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = spacedrive
depends = libsoup
depends = glib2
conflicts = spacedrive-git
- source = spacedrive-v0.1.4.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.1.4.tar.gz
- sha256sums = e7b43d847d786ce7dd2af6d9718f6b25404da2ee2c0cbb1ae7969a4607c26e5b
+ source = spacedrive-v0.2.0.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.0.tar.gz
+ sha256sums = 83d5635500a82a022429cf639bd4560d19f3a347b83547dfb125e39e17b027c6
pkgname = spacedrive
diff --git a/PKGBUILD b/PKGBUILD
index d722c6d0bf30..5cb9ae4cdd16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.1.4
+pkgver=0.2.0
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-nightly' 'pnpm' 'clang' 'git')
-sha256sums=('e7b43d847d786ce7dd2af6d9718f6b25404da2ee2c0cbb1ae7969a4607c26e5b')
+sha256sums=('83d5635500a82a022429cf639bd4560d19f3a347b83547dfb125e39e17b027c6')
prepare() {
cd "${pkgname}-${pkgver}"