summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Abernethy2017-11-04 17:18:06 +0100
committerPhilip Abernethy2017-11-04 17:18:06 +0100
commita641e622085705789d9ed8316db05e11f950a47d (patch)
tree55801478b0eeab221f8778b63e6c33d02e83ed63 /PKGBUILD
parent2bf0f586e27bd791c2e67d282ad07d8a82524743 (diff)
downloadaur-tshock-worldedit.tar.gz
Bump to 1.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e5f47395177..43a5027bbdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Philip Abernethy<chais.z3r0@gmail.com>
pkgname=tshock-worldedit
-pkgver=1.4.3
+pkgver=1.4.9
pkgrel=1
pkgdesc="Adds mass tile editing commands for TShock."
url="https://tshock.co/xf/index.php?resources/worldedit.${pkgver//./}/"
arch=('x86_64' 'i686')
license=('unknown')
-depends=('tshock')
+depends=('tshock=4.3.19')
-source=("https://raw.githubusercontent.com/NyxStudios/WorldEdit/master/WorldEdit/bin/WorldEdit.dll")
-sha512sums=('29fd34b81077bf608b6ac55a7d661d422f910af384051c5f13ab13bb8ec50cdff676f10d8fa11e91581315b70715d2cd24832a3b5f9f2bda7957ad60895adb10')
+source=("https://github.com/NyxStudios/WorldEdit/releases/download/v${pkgver}/WorldEdit.dll")
+sha512sums=('313794fc12c45ae0fea7882e1589a4f594d7910bd91627b3c4d7a042a2482622ef57f5144448accab47fd882bc6d10b67e740347e06053dbb4d5595c5e62aca8')
package() {
install -Dm644 "${srcdir}/WorldEdit.dll" "${pkgdir}/srv/tshock/ServerPlugins/WorldEdit.dll"