summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Kubuxu Sztandera2020-11-03 18:42:16 +0100
committerJakub Kubuxu Sztandera2020-11-03 18:42:16 +0100
commit8368df429a368aecfbf7ea3f0e92d448826a5cf3 (patch)
tree58bd8d76c116d92323b231befc58b971edbf4168 /PKGBUILD
parent8cc249c3d798dbdfc9b2285aed5021299cefef68 (diff)
downloadaur-lotus-git.tar.gz
Update and add hwloc dep
Signed-off-by: Jakub <Kubuxu> Sztandera <kubuxu@protonmail.ch>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d53f8311a5..5b7c61291341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=lotus
pkgname=$_pkgname-git
-pkgver=0.9.1.r9.gefc1b24f4
+pkgver=1.1.2.r193.gd421274dc
pkgrel=1
pkgdesc='Filecoin client in Go'
arch=('x86_64')
url="https://github.com/filecoin-project/$_pkgname"
license=('MIT' 'APACHE')
makedepends=('go' 'gcc' 'git' 'jq' 'pkgconf')
-depends=('ocl-icd' 'gcc-libs')
+depends=('ocl-icd' 'gcc-libs' 'hwloc')
source=("git+${url}.git")
b2sums=('SKIP')
options=('!strip') # stripping removes information embeded into lotus after build process