summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-11-05 19:06:34 +0900
committerShohei Maruyama2023-11-05 19:06:34 +0900
commit732ce9527f85b21e75afb6f07e02fd9dfd1632f9 (patch)
tree45afbfb26053aaf980c467e88b9c836d97dbabc5
parentfa72f53099ad48d99ce52febe4bdcc5eb028737e (diff)
downloadaur-732ce9527f85b21e75afb6f07e02fd9dfd1632f9.tar.gz
PKGBUILD: Fix wrong upstream url
This is not 'turbo', so fix it. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a23e3622e0e..871ca38596c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = spacedrive-git
pkgdesc = Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
pkgver = r2297.8ad468b
- pkgrel = 1
- url = https://turbo.build
+ pkgrel = 2
+ url = https://spacedrive.com/
arch = x86_64
license = AGPL3
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 1f4cdd877605..0be77245bb44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='spacedrive-git'
pkgver=r2297.8ad468b
-pkgrel=1
+pkgrel=2
pkgdesc='Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.'
arch=('x86_64')
-url='https://turbo.build'
+url='https://spacedrive.com/'
license=('AGPL3')
source=('spacedrive::git+https://github.com/spacedriveapp/spacedrive.git')
depends=('ffmpeg' 'libheif' 'gtk3' 'webkit2gtk' 'pango' 'gdk-pixbuf2' 'cairo' 'libsoup' 'glib2')