summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxrtxn2024-01-28 18:59:32 +0100
committerxrtxn2024-01-28 18:59:32 +0100
commit1230be338d558460c0f2222dff919abfd5d5bf75 (patch)
tree987530ee8e0d8ffdecc9ea7c2768f2f20a24a9f0
parentb5114d1488510e730b49e9cd035ff74d8ec582b2 (diff)
downloadaur-1230be338d558460c0f2222dff919abfd5d5bf75.tar.gz
update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90d5c908275d..599ee3caa039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spacedrive-bin
pkgdesc = A file manager from the future.
- pkgver = 0.1.4
+ pkgver = 0.2.0
pkgrel = 1
epoch = 1
url = https://spacedrive.com
@@ -20,7 +20,7 @@ pkgbase = spacedrive-bin
depends = libheif
provides = spacedrive
conflicts = spacedrive
- source = https://github.com/spacedriveapp/spacedrive/releases/download/0.1.4/Spacedrive-linux-x86_64.deb
- sha256sums = 0188b247893c450d9b51686f702987818497c415215a49db5910ba59c57c07d6
+ source = https://github.com/spacedriveapp/spacedrive/releases/download/0.2.0/Spacedrive-linux-x86_64.deb
+ sha256sums = 1fbb542a8ce202eb1c05e1c2e17b1853726b01c042a94ad17be0bf08db4074e2
pkgname = spacedrive-bin
diff --git a/PKGBUILD b/PKGBUILD
index fcfbeda61236..93adfaed6c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Niklas Wojtkowiak <aur.7xcqe@passmail.com>
_pkgname='spacedrive'
pkgname="${_pkgname}-bin"
-pkgver='0.1.4'
+pkgver='0.2.0'
pkgrel='1'
epoch='1'
pkgdesc="A file manager from the future."
@@ -12,7 +12,7 @@ url="https://spacedrive.com"
_url_source='https://github.com/spacedriveapp/spacedrive'
license=('AGPL3')
source=("${_url_source}/releases/download/${pkgver}/Spacedrive-linux-x86_64.deb")
-sha256sums=('0188b247893c450d9b51686f702987818497c415215a49db5910ba59c57c07d6')
+sha256sums=('1fbb542a8ce202eb1c05e1c2e17b1853726b01c042a94ad17be0bf08db4074e2')
depends=(gtk3 ffmpeg4.4 webkit2gtk openssl-1.1 glibc gcc-libs glib2 pango libsoup cairo gdk-pixbuf2 libheif)
provides=(spacedrive)
conflicts=(spacedrive)