summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-02-15 12:19:34 +0000
committerGergely Imreh2019-02-15 12:19:34 +0000
commitc7af0be2e4eb7864baa2b82926bb941ecbcac03f (patch)
tree8e1dd49b1741bcc505d8813848939ebe5be50a9d
parent73e7459c38c17db7cc35523fe7fd0417f47e5ca7 (diff)
downloadaur-c7af0be2e4eb7864baa2b82926bb941ecbcac03f.tar.gz
No need for submodule sync, as the code will do that elsewhere
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-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}"