makedeb
A MPR helper written in bash.
Click here to go back to the commit logs for stoke-git.
Hash: ca6b9948ab6293ed8876d7bee859b6594dee1d33
Message: add jq to deps
diff --git a/.SRCINFO b/.SRCINFO
index e1e4801..cb42135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = stoke-git
pkgrel = 1
url = https://github.com/Henryws/stoke
arch = x86_64
+ depends = jq
provides = stoke
conflicts = stoke
source = git+https://github.com/Henryws/stoke.git
diff --git a/PKGBUILD b/PKGBUILD
index 7abccc6..b9c75f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgname=$_pkgname-git
pkgver=1.45.da2970e
pkgdesc="A MPR helper written in bash."
pkgrel=1
+depends=('jq')
arch=('x86_64')
url="https://github.com/Henryws/$_pkgname"
provides=('stoke')