summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordplusplus2022-01-30 18:56:20 -0800
committerdplusplus2022-01-30 18:56:20 -0800
commitb0128355c41063b81c6e74b9fd0a0af5050d22e3 (patch)
tree6478f97bf2d6330e0c42d4729544495547bbe24a
parent6b7013ea95880edf136b23b5a192c4998d93c710 (diff)
downloadaur-b0128355c41063b81c6e74b9fd0a0af5050d22e3.tar.gz
Add a hint on connecting to a running TShock server through a tmux command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--tshock.install1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0d89bb79b0..20742260c4aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tshock-bin
pkgdesc = A Terraria Server administration modification that runs on the open source TerrariaAPI.
pkgver = 4.5.12
- pkgrel = 3
+ pkgrel = 5
epoch = 1
url = https://github.com/Pryaxis/TShock
install = tshock.install
diff --git a/PKGBUILD b/PKGBUILD
index 8a752be8ae7c..f6dc92feef62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=${_pkgname}-bin
pkgver=4.5.12
# 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=4
+pkgrel=5
pkgdesc="A Terraria Server administration modification that runs on the open source TerrariaAPI."
arch=("x86_64" "aarch64")
url="https://github.com/Pryaxis/TShock"
diff --git a/tshock.install b/tshock.install
index 609e681cec5d..a4dcdc521a7f 100644
--- a/tshock.install
+++ b/tshock.install
@@ -1,3 +1,4 @@
post_install() {
echo ">>> You can start the server in a default configuration by starting tshock@default.service"
+ echo ">>> And connect to the running console with 'sudo -u terraria tshock console'"
}