summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2013-08-12 12:20:36 -0700
committerMike Swanson2013-08-12 12:21:56 -0700
commita5629206475d9b2483686cfbf1a5bee77b4cdf37 (patch)
tree8ceb79f61009eed511dfe25786c382181bb6d31d
parentb6810fe164bb64b9224bfc4e8e4c6fbd6e4f3033 (diff)
downloadaur-a5629206475d9b2483686cfbf1a5bee77b4cdf37.tar.gz
Update fs2_open-data
GOG.com replaced the installer with an old version. Quite annoying but oh well.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a7a42744bc..5d02d17a3ad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fs2_open-data
pkgdesc = Freespace 2 retail data for fs2_open
pkgver = 1.20
- pkgrel = 2
+ pkgrel = 3
url = http://www.gog.com/en/gamecard/freespace_2
arch = any
license = custom:freespace2
diff --git a/PKGBUILD b/PKGBUILD
index 7abdc94edcc4..a53636565f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
pkgname=fs2_open-data
pkgver=1.20
-pkgrel=2
+pkgrel=3
pkgdesc="Freespace 2 retail data for fs2_open"
arch=('any')
url="http://www.gog.com/en/gamecard/freespace_2"
@@ -39,8 +39,8 @@ PKGEXT=".pkg.tar"
prepare() {
# Could possibly support older versions of the GOG installer too,
# but it's worth it to have the latest version.
- local _gog_md5="4713c27c02d4de4368c2ebde46e46c9f"
- local _gog_exe="setup_freespace2_2.0.0.8.exe"
+ local _gog_md5="06341f1ccd8f70a1e02cc236712e7726"
+ local _gog_exe="setup_freespace_2.exe"
if [[ -f ../$_gog_exe ]]; then
echo "GOG installer detected; checking md5sum ..."
if ! echo "$_gog_md5 ../$_gog_exe" | md5sum -c --status; then
@@ -65,7 +65,7 @@ package() {
cd "$srcdir"
if [[ -r readme.txt ]]; then sed -n 416,471p readme.txt > LICENSE;
- else head -n 19 < tmp/GOG_EULA.txt | recode windows-1252/CRLF..utf8 > LICENSE;
+ else head -n 19 < tmp/gog_EULA.txt | recode windows-1252/CRLF..utf8 > LICENSE;
license=('custom:goodoldgames');
fi