summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRizzzi Git2023-07-10 14:25:49 +0800
committerRizzzi Git2023-07-10 14:25:49 +0800
commitf41365d521319c34e34a678177c27dc080cbc14f (patch)
tree9f7e0bf64d9367b3bf7debcedf84b7b1185fc84e
parentc867088f88f6454d1dd30df3d3de59c2d6841992 (diff)
downloadaur-f41365d521319c34e34a678177c27dc080cbc14f.tar.gz
add unzip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d87be6dd7d4..ef896cd88f2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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 = 2022.09.47.57_1.4.3.6
- pkgrel = 2
+ pkgrel = 3
epoch = 0
url = https://www.tmodloader.net/
arch = x86_64
license = MIT
+ depends = unzip>=6.0
noextract = tml-2022.09.47.57.zip
source = tml-2022.09.47.57.zip::https://github.com/tModLoader/tModLoader/releases/download/v2022.09.47.57/tModLoader.zip
sha256sums = 640b47d9d6b23f0cb37bc258920e7443d4131137fc49bf4ca0699b6854705358
diff --git a/PKGBUILD b/PKGBUILD
index 51eb941ca39c..6845631fee5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
tmlver="2022.09.47.57"
terrariaver="1.4.3.6"
-pkgrel=2
+pkgrel=3
epoch=0
pkgname="tmodloader-bin"
@@ -11,6 +11,7 @@ pkgver="$tmlver"_"$terrariaver"
url="https://www.tmodloader.net/"
arch=("x86_64")
license=("MIT")
+depends=('unzip>=6.0')
source=(
"tml-$tmlver.zip::https://github.com/tModLoader/tModLoader/releases/download/v$tmlver/tModLoader.zip"