summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-02-15 09:31:34 +0000
committerGergely Imreh2019-02-15 09:31:34 +0000
commit73e7459c38c17db7cc35523fe7fd0417f47e5ca7 (patch)
tree2ad4c9c2c312f5ff51acb04fe019e8f930cfac43
parent62aa4e205e7f65830b9bdae3a103bf10fbf8123c (diff)
downloadaur-73e7459c38c17db7cc35523fe7fd0417f47e5ca7.tar.gz
add missing makedepends: jq
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eb719c6000e..f77c793c9e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 15 09:24:59 UTC 2019
+# Fri Feb 15 09:31:24 UTC 2019
pkgbase = go-filecoin-git
pkgdesc = A decentralized storage network, full node implementation in Go
pkgver = 0.0.1.r23.g271a6812
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/filecoin-project/go-filecoin
arch = x86_64
license = MIT
@@ -12,6 +12,7 @@ pkgbase = go-filecoin-git
makedepends = go>=1.11.2
makedepends = rust>=1.31.0
makedepends = pkgconf
+ makedepends = jq
provides = go-filecoin
conflicts = go-filecoin
source = git+https://github.com/filecoin-project/go-filecoin.git
diff --git a/PKGBUILD b/PKGBUILD
index 8dd562ceb865..3863788056e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
_pkgname=go-filecoin
pkgname=$_pkgname-git
pkgver=0.0.1.r23.g271a6812
-pkgrel=1
+pkgrel=2
pkgdesc='A decentralized storage network, full node implementation in Go'
_organization='filecoin-project'
url="https://github.com/$_organization/$_pkgname"
arch=('x86_64')
license=('MIT' 'Apache-2.0')
-makedepends=('git' 'go>=1.11.2' 'rust>=1.31.0' 'pkgconf')
+makedepends=('git' 'go>=1.11.2' 'rust>=1.31.0' 'pkgconf' 'jq')
optdepends=()
provides=("$_pkgname")
conflicts=("$_pkgname")