summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Abernethy2015-08-07 23:28:51 +0200
committerPhilip Abernethy2015-08-07 23:28:51 +0200
commit8622582e313ccb2efbdbb91b8aa59ec4d5818e62 (patch)
tree88796821be21114ce5873724ed3659e85b947c67 /PKGBUILD
parent62e9b9908c56228af628f209d1eb42b57b6a7229 (diff)
downloadaur-8622582e313ccb2efbdbb91b8aa59ec4d5818e62.tar.gz
Updated to 4.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc4ae0c83dca..726fbf463c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,28 @@
-# Maintainer: Vincent Post <vincent.post@w1r3.net>
+# Maintainer: Philip Abernethy <chais.z3r0@gmail.com>
pkgname=tshock
-pkgver=4.3.5
+pkgver=4.3.8
# 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=2
+pkgrel=1
pkgdesc="A Terraria Server administration modification that runs on the open source TerrariaAPI."
arch=(any)
url="http://tshock.co/xf/"
license=("GPL")
depends=('tmux'
'mono')
-source=("https://github.com/NyxStudios/TShock/releases/download/v${pkgver}/${pkgname}_${pkgver}-release.zip"
+source=("https://github.com/NyxStudios/TShock/releases/download/v${pkgver}/${pkgname}-${pkgver}-rel.zip"
'tshock.sh'
'tshock@.service')
-sha512sums=('b15c1518507a7bf7b700789fb55eb7c2ecc175d1da8585b4d12c118f6f64b8d82a2f72b048d4efc856e841ea48508a925b4717932d045caad5fdd93e3cd60904'
- 'ea25422690dfb8a15436529b56d594530d3a1d4800f337460f70c46b9328bef1ce6898c25f87d5dbc6a33c36ffc18648a189903650581b4529a5db366c50a705'
+sha512sums=('ef45fd37e2942b146316139bed3c6d0aa20887d8db32054330bd4272bca0c36aa8804a2972a2ad80cd41856c342ae162e83125005773f97b3cc9b0039f96350c'
+ 'e73ca357516700bbd4ec5e6529320984b81fc7c6abc882181a9a9b3aad32f0d655b7686470fdbf7a953ce1935a79dbed983397aff0bf7ff26a1611dbcca391fb'
'563ada981c2e08293462485fd85b2c4e0b190c55ed3bcea4139b955f931d970d97c2bd89fba5b190231e9f2adeddd2c385abd11781bf1a98b13b78b8951bf623')
install=tshock.install
+backup=('srv/tshock/tshock/config.json')
+
package() {
install -d "${pkgdir}/srv/tshock/ServerPlugins/"
install -d "${pkgdir}/etc/conf.d/tshock/"