summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d04381d42fd1..7ed35a84a916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mc-malilib-116-fabric
arch = any
license = LGPL
makedepends = wget
+ makedepends = jq
source = manifest.json::https://masa.dy.fi/api/games/mods/minecraft/latest/client/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0cea21873445..8bc706652350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Library mod containing shared code for masas client-side mods."
arch=('any')
url="https://masa.dy.fi/mcmods/client_mods/"
license=('LGPL')
-makedepends=('wget')
+makedepends=('wget' 'jq')
source=("manifest.json::https://masa.dy.fi/api/games/mods/minecraft/latest/client/")
sha1sums=('SKIP')