summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2023-03-19 16:05:16 +0000
committerGreyson Christoforo2023-03-19 16:05:16 +0000
commitc11dd133dc673d6ac83f8a1369431074ece572fb (patch)
tree5b4106c617992e4bdf332205df499f0e33564e4c
parent785ca864ef9faa3d90f10bccce77cae41a999501 (diff)
downloadaur-c11dd133dc673d6ac83f8a1369431074ece572fb.tar.gz
add missing build dep (jq)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a18ac08641c..8a068894633c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = redisinsight
makedepends = yarn
makedepends = npm
makedepends = nvm
+ makedepends = jq
provides = redis-insight
conflicts = redis-insight-bin
source = redisinsight-2.20.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.20.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c7374f5f1138..e23426b1820f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,14 @@ license=('custom:SSPL')
depends=()
provides=(redis-insight)
conflicts=(redis-insight-bin)
-makedepends=('gendesk' 'nodejs' 'yarn' 'npm' 'nvm')
+makedepends=(
+gendesk
+nodejs
+yarn
+npm
+nvm
+jq
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/$pkgver.tar.gz")
sha256sums=('f9e436bc20f566902e9291b6f45633ecd7b6d1110d22e0ee30a1a34e8d2216d6')