summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenom2021-01-06 21:54:41 -0800
committervenom2021-01-06 21:54:41 -0800
commit4014ff2d9487c0d77bcc3865f7b3eb995801a522 (patch)
tree0c8d9eaec2d9b1ee1faa4996681928a6b9a07c17
parente69f972a6dd2237c22c490e285825bda526f85f4 (diff)
downloadaur-4014ff2d9487c0d77bcc3865f7b3eb995801a522.tar.gz
fix jq dep
-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')