summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-12-02 23:08:15 +0900
committerShohei Maruyama2023-12-02 23:08:15 +0900
commit59d4a2327df9006c28f8fedfc159b89f9f7eccc1 (patch)
treef60b3328c3910344371778ce6f183c149c9abefb
parent9446f07a11b432a40b636d067eb2a7728448ffb0 (diff)
downloadaur-59d4a2327df9006c28f8fedfc159b89f9f7eccc1.tar.gz
PKGBUILD: Update to 0.1.3
This commit updates the source version to 0.1.3. 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 de2f2a1b03f5..e9acc129b311 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.1.2
- pkgrel = 5
+ pkgver = 0.1.3
+ 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.1.2.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.1.2.tar.gz
- sha256sums = 21ae09726139d445174f1b92dd47ec626291a64b7846ed14cc1f44aa658c2d88
+ source = spacedrive-v0.1.3.tar.gz::https://github.com/spacedriveapp/spacedrive/archive/refs/tags/0.1.3.tar.gz
+ sha256sums = bf0ec2f668c0c7d3d423ed0c2bf1ce9f91f06175783963803b32d838790d27aa
pkgname = spacedrive
diff --git a/PKGBUILD b/PKGBUILD
index 32f843e7caac..bb1ef0fa6729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname='spacedrive'
-pkgver=0.1.2
-pkgrel=5
+pkgver=0.1.3
+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=('21ae09726139d445174f1b92dd47ec626291a64b7846ed14cc1f44aa658c2d88')
+sha256sums=('bf0ec2f668c0c7d3d423ed0c2bf1ce9f91f06175783963803b32d838790d27aa')
prepare() {
cd "${pkgname}-${pkgver}"