summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232fc5cdb3d2..3083bdc27836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lotus-git
pkgdesc = Filecoin client in Go
- pkgver = 0.9.1.r9.gefc1b24f4
+ pkgver = 1.1.2.r193.gd421274dc
pkgrel = 1
url = https://github.com/filecoin-project/lotus
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = lotus-git
makedepends = pkgconf
depends = ocl-icd
depends = gcc-libs
+ depends = hwloc
options = !strip
source = git+https://github.com/filecoin-project/lotus.git
b2sums = SKIP
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