Package Details: tshock-bin 1:5.2-1

Git Clone URL: https://aur.archlinux.org/tshock-bin.git (read-only, click to copy)
Package Base: tshock-bin
Description: A Terraria Server administration modification that runs on the open source TerrariaAPI.
Upstream URL: https://github.com/Pryaxis/TShock
Licenses: GPL3
Conflicts: tshock
Provides: tshock
Submitter: Scrumplex
Maintainer: dplusplus
Last Packager: dplusplus
Votes: 2
Popularity: 0.001027
First Submitted: 2020-01-01 23:06 (UTC)
Last Updated: 2023-06-05 18:36 (UTC)

Latest Comments

dplusplus commented on 2023-06-05 18:38 (UTC)

Updated to TShock 5.2. I don't actively use this myself anymore; if anyone notices something broken with the packaging leave a comment here and I'll (try to) fix it.

dplusplus commented on 2022-02-27 01:53 (UTC)

Updated to TShock 4.5.14.

cataSucc commented on 2022-02-27 00:17 (UTC) (edited on 2022-02-27 00:17 (UTC) by cataSucc)

Here are the changes I made to update this for TShock v4.5.14 and Terraria 1.4.3.4

diff --git a/.SRCINFO b/.SRCINFO
index 2074226..eb709ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = tshock-bin
    pkgdesc = A Terraria Server administration modification that runs on the open source TerrariaAPI.
-   pkgver = 4.5.12
+   pkgver = 4.5.14
    pkgrel = 5
    epoch = 1
    url = https://github.com/Pryaxis/TShock
@@ -12,16 +12,16 @@ pkgbase = tshock-bin
    depends = tmux
    provides = tshock
    conflicts = tshock
-   noextract = tshock_4.5.12.zip
+   noextract = tshock_4.5.14.zip
    backup = etc/conf.d/tshock/default.conf
-   source = tshock_4.5.12.zip::https://github.com/Pryaxis/TShock/releases/download/v4.5.12/TShock4.5.12_Terraria1.4.3.2.zip
+   source = tshock_4.5.14.zip::https://github.com/Pryaxis/TShock/releases/download/v4.5.14/TShock4.5.14_Terraria1.4.3.4.zip
    source = tshock.sh
    source = default.conf
    source = tshock@.service
    source = tshock.sysusers
    source = tshock.tmpfiles
    source = tshock.install
-   sha512sums = 8257cbe6cdd2e66d0388e866e54f0c9935da05f720c57ea43e3176295581bf41c0a0b3b5b6f94a2667d7e8872225b8d9a091225182a2d8f849d3004a45040b08
+   sha512sums = ff91d9e50f8de5e63ec875471d0480f8776b46afdb485e103a82bb7117441c1394c71d24a77e49aa8235232c53208092238a4708cfd082c8e88a02655ce3af0c
    sha512sums = SKIP
    sha512sums = SKIP
    sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f6dc92f..5e7b14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@

 _pkgname=tshock
 pkgname=${_pkgname}-bin
-pkgver=4.5.12
+pkgver=4.5.14
 # Because of tag 4.2200 is 4.2.2.1228 and tag 4.2202 is 4.2.2.0224 epoch must be 1
 epoch=1
 pkgrel=5
@@ -16,7 +16,7 @@ depends=("mono" "tmux")
 provides=($_pkgname)
 conflicts=($_pkgname)
 source=(
-   "${_pkgname}_${pkgver}.zip::https://github.com/Pryaxis/TShock/releases/download/v${pkgver}/TShock${pkgver}_Terraria1.4.3.2.zip"
+   "${_pkgname}_${pkgver}.zip::https://github.com/Pryaxis/TShock/releases/download/v${pkgver}/TShock${pkgver}_Terraria1.4.3.4.zip"
    "${_pkgname}.sh"
    "default.conf"
    "${_pkgname}@.service"
@@ -25,7 +25,7 @@ source=(
    "${_pkgname}.install"
 )
 noextract=("${_pkgname}_${pkgver}.zip")
-sha512sums=('8257cbe6cdd2e66d0388e866e54f0c9935da05f720c57ea43e3176295581bf41c0a0b3b5b6f94a2667d7e8872225b8d9a091225182a2d8f849d3004a45040b08'
+sha512sums=('ff91d9e50f8de5e63ec875471d0480f8776b46afdb485e103a82bb7117441c1394c71d24a77e49aa8235232c53208092238a4708cfd082c8e88a02655ce3af0c'
    'SKIP'
    'SKIP'
    'SKIP'

dplusplus commented on 2022-01-31 04:14 (UTC)

I did a significant revamp of this package, including the multi-instance capability and attaching to the consoles of running instances from the 'tshock' package. Also, many paths are renamed and re-arranged to fit better with how other Linux server programs are organized.

bgkillas commented on 2021-11-26 00:41 (UTC)

looks like i got ahead of myself this does not support steam which i assumed it did i will not be using this xd

Scrumplex commented on 2020-04-15 19:29 (UTC)

Not using this actively anymore. Therefore I am orphaning this.