summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2024-02-04 23:57:38 +0900
committerShohei Maruyama2024-02-05 00:37:48 +0900
commita87a18914f5379f26ca21685b5fd7222892b40e6 (patch)
treeae272d56d6d8e6dafae4d977bcc1de8efe653c08
parentf40dc2dc9fbeac11bfa4e47c9a7fc0c100856224 (diff)
downloadaur-a87a18914f5379f26ca21685b5fd7222892b40e6.tar.gz
PKGBUILD: Update to 0.2.2
This commit updates sources to 0.2.2. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca49f2066c6..7049fd953750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spacedrive
pkgdesc = Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://spacedrive.com/
arch = x86_64
license = AGPL3
@@ -19,7 +19,7 @@ pkgbase = spacedrive
depends = libsoup
depends = glib2
conflicts = spacedrive-git
- source = spacedrive-v0.2.1.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.1.tar.gz
- sha256sums = 51eefc49afa6f5c260c8b482bd12cacfeec963a78dbc5db148118cd4c3c8cc81
+ source = spacedrive-v0.2.2.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.2.tar.gz
+ sha256sums = abd25ac7a7284cfd40994b83419d56bb680f82ef43bd3baac7dabbe00c145ee1
pkgname = spacedrive
diff --git a/PKGBUILD b/PKGBUILD
index 2cacd7da2241..b6a744febe0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
pkgdesc='Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.'
arch=('x86_64')
url='https://spacedrive.com/'
@@ -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=('51eefc49afa6f5c260c8b482bd12cacfeec963a78dbc5db148118cd4c3c8cc81')
+sha256sums=('abd25ac7a7284cfd40994b83419d56bb680f82ef43bd3baac7dabbe00c145ee1')
prepare() {
cd "${pkgname}-${pkgver}"