diff options
author | Shohei Maruyama | 2024-02-04 21:47:03 +0900 |
---|---|---|
committer | Shohei Maruyama | 2024-02-04 21:47:03 +0900 |
commit | 758cd1fcfd957443d2c8f4a37304539a7fc7ea5f (patch) | |
tree | edfb5be27ba80c93d82d2f961f330b109024368a | |
parent | 582b230f24f134dd70481abb49e4a1fb6ab1c869 (diff) | |
download | aur-758cd1fcfd957443d2c8f4a37304539a7fc7ea5f.tar.gz |
PKGBUILD: Update to 0.2.1
This commit updates sources to 0.2.1.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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.0 - pkgrel = 2 + pkgver = 0.2.1 + 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.0.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.0.tar.gz - sha256sums = 83d5635500a82a022429cf639bd4560d19f3a347b83547dfb125e39e17b027c6 + source = spacedrive-v0.2.1.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.2.1.tar.gz + sha256sums = 51eefc49afa6f5c260c8b482bd12cacfeec963a78dbc5db148118cd4c3c8cc81 pkgname = spacedrive @@ -1,8 +1,8 @@ # Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com> pkgname='spacedrive' -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +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=('83d5635500a82a022429cf639bd4560d19f3a347b83547dfb125e39e17b027c6') +sha256sums=('51eefc49afa6f5c260c8b482bd12cacfeec963a78dbc5db148118cd4c3c8cc81') prepare() { cd "${pkgname}-${pkgver}" |