summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2023-09-20 21:09:57 +0200
committerPhillip Schichtel2023-09-20 21:09:57 +0200
commit57449168805045b5526ee51ecdbedc6f732cdff7 (patch)
tree00b253f14d65f255530395ccf3a2a9dd66153dc4
parent9f5220c65f9cc4d011ad985ca391c483b557331a (diff)
downloadaur-57449168805045b5526ee51ecdbedc6f732cdff7.tar.gz
update the download URL
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4870931c3d10..10f5e32d6493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = starsector
pkgdesc = Starsector (formerly "Starfarer") is an in-development open-world single-player space-combat, roleplaying, exploration, and economic game.
pkgver = 0.96a_RC10
- pkgrel = 1
+ pkgrel = 2
url = http://fractalsoftworks.com/
arch = i686
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = starsector
depends = bash
depends = desktop-file-utils
replaces = starfarer
- source = http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-0.96a-RC10.zip
+ source = https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-0.96a-RC10.zip
source = starsector.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf
source = starsector.sh
source = starsector.desktop
- sha256sums = 97140fefac0b9e41b4445cce180be1cfb59ad28450c530c5942c1e81072ff92c
+ sha256sums = 57a4f41b3bdaa5b685158ce7b327fbb811f5becf6548481f1454bb3d9c7231e8
sha256sums = 0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16
sha256sums = bc8a222251be2d10ad7576b2909b49a9bed8d8adcdc6e915dc80eb0bc4a0db01
sha256sums = becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6
diff --git a/Makefile b/Makefile
index 059c9af31da3..b2b3a9d80f8f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,4 @@ package: PKGBUILD .SRCINFO
all: package
clean:
- rm -Rv .SRCINFO *.tar.* src/ pkg/ 2> /dev/null || true
+ rm -Rv .SRCINFO *.tar.* *.zip src/ pkg/ 2> /dev/null || true
diff --git a/PKGBUILD b/PKGBUILD
index 055fb6c8993e..102128b5db37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=starsector
pkgver=0.96a_RC10
-pkgrel=1
+pkgrel=2
pkgdesc='Starsector (formerly "Starfarer") is an in-development open-world single-player space-combat, roleplaying, exploration, and economic game.'
arch=('i686' 'x86_64')
url="http://fractalsoftworks.com/"
license=('custom')
depends=('openal' 'bash' 'desktop-file-utils')
replaces=('starfarer')
-source=(http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${pkgver//_/-}.zip
+source=(https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${pkgver//_/-}.zip
${pkgname}.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf
starsector.sh
starsector.desktop)