summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77c793c9e27..fbf4ea1d04d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 15 09:31:24 UTC 2019
+# Fri Feb 15 12:19:25 UTC 2019
pkgbase = go-filecoin-git
pkgdesc = A decentralized storage network, full node implementation in Go
pkgver = 0.0.1.r23.g271a6812
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/filecoin-project/go-filecoin
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3863788056e8..401c02e7b792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=go-filecoin
pkgname=$_pkgname-git
pkgver=0.0.1.r23.g271a6812
-pkgrel=2
+pkgrel=3
pkgdesc='A decentralized storage network, full node implementation in Go'
_organization='filecoin-project'
url="https://github.com/$_organization/$_pkgname"
@@ -32,7 +32,6 @@ pkgver() {
prepare() {
# Get all the submodules as well
cd "${srcdir}/${_pkgname}"
- git submodule update --init --recursive
# Set up go build environment
local targetorg="${srcdir}/src/github.com/${_organization}"