summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-02-16 22:48:56 +0000
committerGergely Imreh2019-02-16 22:48:56 +0000
commit0b10657f9b068f32cf01e76b4eefabdfa3223217 (patch)
tree65707ce47ad1c7a3912c410ce486375da686942f
parent08d5a74278dc3feaeca4dbbd0b64c09062815b44 (diff)
downloadaur-0b10657f9b068f32cf01e76b4eefabdfa3223217.tar.gz
Add missing clang dependency
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 24126f3bc39e..51731a1df97e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 16 12:48:16 UTC 2019
+# Sat Feb 16 22:47:26 UTC 2019
pkgbase = go-filecoin-git
pkgdesc = A decentralized storage network, full node implementation in Go
pkgver = 0.0.1.r25.g7a875edf
- 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 = clang
makedepends = jq
provides = go-filecoin
conflicts = go-filecoin
diff --git a/PKGBUILD b/PKGBUILD
index 98ad6867dd00..ca0f760af9cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
_pkgname=go-filecoin
pkgname=$_pkgname-git
pkgver=0.0.1.r25.g7a875edf
-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' 'jq')
+makedepends=('git' 'go>=1.11.2' 'rust>=1.31.0' 'pkgconf' 'clang' 'jq')
optdepends=()
provides=("$_pkgname")
conflicts=("$_pkgname")