summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2022-12-13 23:55:59 +0100
committerPhillip Schichtel2022-12-13 23:55:59 +0100
commita1c7e3f816866e19ccf6bdfeb1bac1487d5d8e49 (patch)
tree8568d05c03c53cec1b7dea1a5028f902400fdf7c
parent9112faaa7a00d27c6a8c4382931d1f477d1075ab (diff)
downloadaur-a1c7e3f816866e19ccf6bdfeb1bac1487d5d8e49.tar.gz
fix checksums and raise the pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e703074d10..31c5b7dccb51 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.
+ pkgdesc = Starsector (formerly "Starfarer") is an in-development open-world single-player space-combat, roleplaying, exploration, and economic game.
pkgver = 0.95.1a_RC6
- pkgrel = 2
+ pkgrel = 3
url = http://fractalsoftworks.com/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = starsector
source = starsector.desktop
sha256sums = 3da88bd5198a1c35ab557ff11973c4e6fa243c13936a1faf1a3867d78ffefd93
sha256sums = 0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16
- sha256sums = 1ecffd6bd17c437157998b334fbee6a273f35dd478943cd43a24416674982721
+ sha256sums = bc8a222251be2d10ad7576b2909b49a9bed8d8adcdc6e915dc80eb0bc4a0db01
sha256sums = becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6
pkgname = starsector
diff --git a/PKGBUILD b/PKGBUILD
index 49ceaad550cf..a5e6e434eba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=starsector
pkgver=0.95.1a_RC6
-pkgrel=2
-pkgdesc="Starsector (formerly “Starfarer”) is an in-development open-world single-player space-combat, roleplaying, exploration, and economic game."
+pkgrel=3
+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')
@@ -15,7 +15,7 @@ source=(http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${p
starsector.desktop)
sha256sums=('3da88bd5198a1c35ab557ff11973c4e6fa243c13936a1faf1a3867d78ffefd93'
'0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16'
- 'ba7eb4fc35d116c6b699ae4abf1e31f9709b06ea38950a731b1227d1f16e964f'
+ 'bc8a222251be2d10ad7576b2909b49a9bed8d8adcdc6e915dc80eb0bc4a0db01'
'becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6')
package() {
install -d "$pkgdir/usr/share/$pkgname" \