summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9901abdb4326..7e340aea8c2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = spideroak-one
pkgdesc = Secure file backup, sync and sharing client. This provides the client for SpiderOakONE.
- pkgver = 7.3.0
- pkgrel = 2
- url = https://spideroak.com/
+ pkgver = 7.5.0
+ pkgrel = 1
+ url = https://crossclave.com/
install = spideroak-one.install
arch = x86_64
license = custom
@@ -13,10 +13,9 @@ pkgbase = spideroak-one
conflicts = spideroak
replaces = spideroak
options = !strip
- source = SpiderOakONE_7.3.0_2_amd64.deb::https://spideroak.com/release/spideroak/deb_x64
+ source = https://spideroak-releases.s3.us-east-2.amazonaws.com/SpiderOakONE_7.5.0_1_amd64.deb
source = terms.txt
- sha256sums = f857288b34e29ed1c81adc5b1b9ca9cfb97ef4f0bea708f19f891c6e2d91913f
+ sha256sums = 5d526e4c27124a8b37285e7ee7ca4feec61439ffcfe291d9bd14509a0d784ca2
sha256sums = ee0d1c8c41e95ba2a11de4fe5cf0d89e2b237afc86dc411f58f3b388db8198e9
pkgname = spideroak-one
-
diff --git a/PKGBUILD b/PKGBUILD
index 502cde6080b4..09693f0f0fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Matthew Brian Cohen <cohen at matthewbriancohen dot com>
# Maintainer: Matt Warner <mattwarner001@gmail.com>
# Contributor: Alessio Sergi <asergi at archlinux dot us>
# Contributor: Limao Luo <luolimao@gmail.com>
pkgname=spideroak-one
_PkgName=SpiderOakONE
-pkgver=7.3.0
-pkgrel=2
+pkgver=7.5.0
+pkgrel=1
pkgdesc="Secure file backup, sync and sharing client. This provides the client for SpiderOakONE."
arch=('x86_64')
-url="https://spideroak.com/"
+url="https://crossclave.com/"
license=('custom')
depends=('glibc>=2.9' 'desktop-file-utils')
makedepends=()
@@ -17,9 +18,9 @@ conflicts=('spideroak-beta' 'spideroak')
replaces=('spideroak')
options=('!strip')
install=${pkgname}.install
-source=("SpiderOakONE_${pkgver}_${pkgrel}_amd64.deb::https://spideroak.com/release/spideroak/deb_x64"
+source=("https://spideroak-releases.s3.us-east-2.amazonaws.com/SpiderOakONE_${pkgver}_${pkgrel}_amd64.deb"
'terms.txt')
-sha256sums=('f857288b34e29ed1c81adc5b1b9ca9cfb97ef4f0bea708f19f891c6e2d91913f'
+sha256sums=('5d526e4c27124a8b37285e7ee7ca4feec61439ffcfe291d9bd14509a0d784ca2'
'ee0d1c8c41e95ba2a11de4fe5cf0d89e2b237afc86dc411f58f3b388db8198e9')
package() {
@@ -29,4 +30,4 @@ install -Dm644 "$srcdir"/terms.txt "$pkgdir"/usr/share/licenses/$pkgname/terms.t
rm -r "$pkgdir"/etc/apt/
rm -r "$pkgdir"/etc/xdg/menus/applications-merged/SpiderOakONE.menu
-}
+} \ No newline at end of file