summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxrtxn2023-10-23 20:09:10 +0200
committerxrtxn2023-10-23 20:09:10 +0200
commite74a8d62b72013db95ce49fdfba83dd6490977b7 (patch)
treece359335725b90f46599b991fd969eb3d2d223ca
parent512c07420eee4b169fe53369f2cbcf7ba5b5b496 (diff)
downloadaur-e74a8d62b72013db95ce49fdfba83dd6490977b7.tar.gz
update to 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 845e7d802995..ec77f57b2ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spacedrive-bin
pkgdesc = A file manager from the future.
- pkgver = 0.1.1
+ pkgver = 0.1.2
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.1/Spacedrive-linux-x86_64.deb
- sha256sums = f5f2f5f587c53f857ce0d228d8a8d3039dc65a4c463e6ddddb6c0ad309509120
+ source = https://github.com/spacedriveapp/spacedrive/releases/download/0.1.2/Spacedrive-linux-x86_64.deb
+ sha256sums = 6829de777ca17d82583744625ae19bf9238e76d7b9ab313d09b030bfbe1b18a2
pkgname = spacedrive-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08a80bbf19b1..f3cfd4763af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Niklas Wojtkowiak <aur.7xcqe@passmail.com>
_pkgname='spacedrive'
pkgname="${_pkgname}-bin"
-pkgver='0.1.1'
+pkgver='0.1.2'
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=('f5f2f5f587c53f857ce0d228d8a8d3039dc65a4c463e6ddddb6c0ad309509120')
+sha256sums=('6829de777ca17d82583744625ae19bf9238e76d7b9ab313d09b030bfbe1b18a2')
depends=(gtk3 ffmpeg4.4 webkit2gtk openssl-1.1 glibc gcc-libs glib2 pango libsoup cairo gdk-pixbuf2 libheif)
provides=(spacedrive)
conflicts=(spacedrive)