summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kubuxu Sztandera2020-10-10 16:09:36 +0200
committerJakub Kubuxu Sztandera2020-10-10 16:09:36 +0200
commit8cc249c3d798dbdfc9b2285aed5021299cefef68 (patch)
treef59e338ed42f4c054cdb39741b7cf5dcadb1e318
parent3e830bb9ab8207db8b2c63960a3beba3fd2d94a3 (diff)
downloadaur-8cc249c3d798.tar.gz
Fix the binary by disabling stripping
Signed-off-by: Jakub <Kubuxu> Sztandera <kubuxu@protonmail.ch>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c2eeb8a95c..232fc5cdb3d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lotus-git
pkgdesc = Filecoin client in Go
- pkgver = 0.8.1.r10.gefc1b24f4
+ pkgver = 0.9.1.r9.gefc1b24f4
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
+ options = !strip
source = git+https://github.com/filecoin-project/lotus.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a432f91d19c..14d53f8311a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lotus
pkgname=$_pkgname-git
-pkgver=0.8.1.r10.gefc1b24f4
+pkgver=0.9.1.r9.gefc1b24f4
pkgrel=1
pkgdesc='Filecoin client in Go'
arch=('x86_64')
@@ -12,6 +12,7 @@ makedepends=('go' 'gcc' 'git' 'jq' 'pkgconf')
depends=('ocl-icd' 'gcc-libs')
source=("git+${url}.git")
b2sums=('SKIP')
+options=('!strip') # stripping removes information embeded into lotus after build process
pkgver() {