summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenom2021-01-06 21:52:11 -0800
committervenom2021-01-06 21:52:11 -0800
commit08b9bcaf5c0e54624f0a31c00f8246f2a6527656 (patch)
tree90a3f3bcdad25078fbc162dc7422d79568dd48c3
parent3be63fcfe32a145dbf9e331f8ae21a154c1feb74 (diff)
downloadaur-08b9bcaf5c0e54624f0a31c00f8246f2a6527656.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 7f6e0f3978f7..8607c428510e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mc-litematica-112-liteloader
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 390d41818e94..8620224a514c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A new schematic mod written from scratch."
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')