summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRizzzi Git2023-10-03 14:16:36 +0800
committerRizzzi Git2023-10-03 14:16:36 +0800
commit59fc18495dd1d8e5484ed87c000331e28e5c248d (patch)
tree4237186869f3dca03f4e7ff00a4f6ff534dd718e
parent47261f0e216d6957bf65cff6779f709fc5a20616 (diff)
downloadaur-59fc18495dd1d8e5484ed87c000331e28e5c248d.tar.gz
update package version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 454c846bebdf..f8ab2f4921ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tmodloader-bin
pkgdesc = An open-source, community-driven, modification and expansion of the Terraria game that makes it possible to make and play mods.
- pkgver = 2023.08.3.1_1.4.4.9
+ pkgver = 2023.08.3.2_1.4.4.9
pkgrel = 1
epoch = 0
url = https://www.tmodloader.net/
arch = x86_64
license = MIT
depends = unzip>=6.0
- noextract = tml-2023.08.3.1.zip
- source = tml-2023.08.3.1.zip::https://github.com/tModLoader/tModLoader/releases/download/v2023.08.3.1/tModLoader.zip
- sha256sums = 29af64cf7b616f4afcf1a77791b5d2058b7ea57a3687842205119d19943aa6f2
+ noextract = tml-2023.08.3.2.zip
+ source = tml-2023.08.3.2.zip::https://github.com/tModLoader/tModLoader/releases/download/v2023.08.3.2/tModLoader.zip
+ sha256sums = f0467848e729dab75801f00c3670a856a52954ba2b2aef22d27de20a61f96a17
pkgname = tmodloader-bin
diff --git a/PKGBUILD b/PKGBUILD
index a5f00bdee4ed..e215cc520f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rizzzi Git <rizzzigit@gmail.com>
-tmlver="2023.08.3.1"
+tmlver="2023.08.3.2"
terrariaver="1.4.4.9"
pkgrel=1
epoch=0
@@ -18,7 +18,7 @@ source=(
)
sha256sums=(
- "29af64cf7b616f4afcf1a77791b5d2058b7ea57a3687842205119d19943aa6f2"
+ "f0467848e729dab75801f00c3670a856a52954ba2b2aef22d27de20a61f96a17"
)
noextract=("tml-$tmlver.zip")
@@ -33,7 +33,7 @@ package() {
mkdir -p "$rootdir"
fi
- cp "tml-$tmlver.zip" "$packfile"
+ install -Dm600 "tml-$tmlver.zip" "$packfile"
echo "$tmlver" > "$rootdir/ver.txt"
if [[ ! -e $bindir ]]