summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyself6002022-10-25 08:10:39 +0200
committermyself6002022-10-25 08:10:39 +0200
commit9e98c82f0d5c76375050e64a0871b8a5096b20a5 (patch)
tree6f15c352a28f2cac9563b90ee043c2981afe9959
parent2a37cf234ecf970cb3bc24fb2643f3127c9d9888 (diff)
downloadaur-9e98c82f0d5c76375050e64a0871b8a5096b20a5.tar.gz
Fix broken link, any architecture
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 314d6e685f0a..e1eb043075b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,12 @@ pkgbase = the-sims-online-data
pkgdesc = The Sims Online game data. Patched with TSO-Version-Patcher to get the N&I version used by FreeSo
pkgver = 1.1097.1.0
pkgrel = 1
- arch = x86_64
- arch = i686
+ arch = any
groups = games
license = custom:eula
makedepends = cabextract
makedepends = tso-version-patcher
- source = http://archive.org/download/Fileplanet_dd_042006/Fileplanet_dd_042006.tar/042006/TSO_Installer_v1.1239.1.0.zip
- sha256sums = 3b10be6fb736116ae32051e9ad7a506b224b5ef5d98139f0312eb2e6dcadcce4
+ source = https://freemyland.com/wp-content/uploads/downloads/misc/tso.zip
+ sha256sums = b161ea59d159fecac0dc6ed1f6d3bed2c183394a045f6af24753a248beb2e439
pkgname = the-sims-online-data
-
diff --git a/PKGBUILD b/PKGBUILD
index fad286ab37f8..a213766e6b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@ pkgrel=1
pkgdesc="The Sims Online game data. Patched with TSO-Version-Patcher to get the N&I version used by FreeSo"
license=('custom:eula')
groups=('games')
-arch=('x86_64' 'i686')
+arch=('any')
makedepends=('cabextract' 'tso-version-patcher')
-source=("http://archive.org/download/Fileplanet_dd_042006/Fileplanet_dd_042006.tar/042006/TSO_Installer_v1.1239.1.0.zip")
-sha256sums=('3b10be6fb736116ae32051e9ad7a506b224b5ef5d98139f0312eb2e6dcadcce4')
+source=("https://freemyland.com/wp-content/uploads/downloads/misc/tso.zip")
+sha256sums=('b161ea59d159fecac0dc6ed1f6d3bed2c183394a045f6af24753a248beb2e439')
prepare() {
- cd "TSO_Installer_v1.1239.1.0"
+ cd "tso/The Sims Online Setup Files"
# extract data file
- cabextract -d ../tso-data Data1.cab
+ cabextract -d ../../tso-data /Data1.cab
# patch to get right version
- tso-version-patcher /usr/share/tso-version-patcher/1239toNI.tsop ../tso-data
+ tso-version-patcher /usr/share/tso-version-patcher/1239toNI.tsop ../../tso-data
}
package() {
@@ -25,7 +25,7 @@ package() {
install -d "$pkgdir"/opt/the-sims-online-data
cp -r {TSOClient,TSOPatch,README.txt} "$pkgdir"/opt/the-sims-online-data/
- cd "../TSO_Installer_v1.1239.1.0"
+ cd "../tso/The Sims Online Setup Files"
install -m 644 Setup/License.txt "$pkgdir"/opt/the-sims-online-data
}