summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenom2021-01-06 21:56:39 -0800
committervenom2021-01-06 21:56:39 -0800
commitac75baf1ec8c02f80e7537cfe1f3a613c49316bc (patch)
treebf868b9fa341f0c3f46913b5ffa68e915ae23272
parent51f363a7f918ce93d21c6ccc01cf6ecd72f0ec5c (diff)
downloadaur-mc-tellme-112-liteloader.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 9534e372dc8d..a25119a2c1c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mc-tellme-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 e8a8931272bb..9f6444c1e6a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An informational mod for Minecraft. "
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')