summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent3e830bb9ab8207db8b2c63960a3beba3fd2d94a3 (diff)
downloadaur-8cc249c3d798dbdfc9b2285aed5021299cefef68.tar.gz
Fix the binary by disabling stripping
Signed-off-by: Jakub <Kubuxu> Sztandera <kubuxu@protonmail.ch>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {