summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Levy2017-04-22 16:13:28 -0300
committerDan Levy2017-04-22 16:13:28 -0300
commit52f4262be9813b0d26e6dd560330c7eb6c8211f1 (patch)
treebf6f5dec90690dbac0f11f5143d5489aac93204e
parentb2540d76d57fad7467ccc63cd83565762a20a31e (diff)
downloadaur-52f4262be9813b0d26e6dd560330c7eb6c8211f1.tar.gz
Updated to 0.8a_RC19.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ab8a761379c..bf16cb65b505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Apr 22 19:13:03 UTC 2017
pkgbase = starsector
- pkgdesc = A single-player sandbox style space role-playing game with strategic elements.
- pkgver = 0.7.2a_RC1
+ pkgdesc = Starsector (formerly “Starfarer”) is an in-development open-world single-player space-combat, roleplaying, exploration, and economic game.
+ pkgver = 0.8a_RC19
pkgrel = 1
url = http://fractalsoftworks.com/
install = starsector.install
@@ -12,11 +14,11 @@ pkgbase = starsector
depends = bash
depends = desktop-file-utils
replaces = starfarer
- source = http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-0.7.2a-RC1.zip
+ source = http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-0.8a-RC19.zip
source = starsector.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf
source = starsector.sh
source = starsector.desktop
- sha256sums = e8495241fa62e4c6b9286d102669ca5790e258d20e68377b7ab320ebf19ec2dc
+ sha256sums = f2350c17dd7079ec846b2409ee93507190b5bf315c02de55b3d8fcf31bea65fc
sha256sums = 0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16
sha256sums = d0588ccc3eefe399d764144246718344ff5603396130028a798fc1609d4d0286
sha256sums = becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6
diff --git a/PKGBUILD b/PKGBUILD
index 09a5bbc8e688..0fe7efe4df51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Erdbeerkaese <erbeerkaese dot arch at gmail dot com>
pkgname=starsector
-pkgver=0.7.2a_RC1
+pkgver=0.8a_RC19
pkgrel=1
-pkgdesc="A single-player sandbox style space role-playing game with strategic elements."
+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 @@ http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${pkgver//_
${pkgname}.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf
starsector.sh
starsector.desktop)
-sha256sums=('e8495241fa62e4c6b9286d102669ca5790e258d20e68377b7ab320ebf19ec2dc'
+sha256sums=('f2350c17dd7079ec846b2409ee93507190b5bf315c02de55b3d8fcf31bea65fc'
'0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16'
'd0588ccc3eefe399d764144246718344ff5603396130028a798fc1609d4d0286'
'becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6')
@@ -42,7 +42,7 @@ package() {
install -Dm644 native/linux/*[!"64"].so "$pkgdir/usr/lib/$pkgname/"
fi
- find data graphics sounds -type f -print | xargs chmod 644
+ find data graphics sounds -type f -print0 | xargs -0 chmod 644
cp -R data graphics sounds "$pkgdir/usr/share/$pkgname/"
}
# vim:set ts=2 sw=2 et: