summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordplusplus2022-03-06 19:44:39 -0800
committerdplusplus2022-03-06 19:44:39 -0800
commita4e9c43879415e4792d8e1202e30cee622a4cfdc (patch)
treeeeb1032e16433ebcc58a5e82e356f433f476c03c
parent05ffd4661a6ee8160dffa02028ce31478836a643 (diff)
downloadaur-a4e9c43879415e4792d8e1202e30cee622a4cfdc.tar.gz
Reset 'pkgver' to 1 in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4446f324492..b8822edf3dce 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.16
- pkgrel = 5
+ pkgrel = 1
epoch = 1
url = https://github.com/Pryaxis/TShock
install = tshock.install
diff --git a/PKGBUILD b/PKGBUILD
index e545deee5e36..63259642a1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=4.5.16
_terraria_ver=1.4.3.6
# 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
+pkgrel=1
pkgdesc="A Terraria Server administration modification that runs on the open source TerrariaAPI."
arch=("x86_64" "aarch64")
url="https://github.com/Pryaxis/TShock"