summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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