~alpine/aports

[alpine-aports] [PATCH] community/go: fix package name conflict

Details
Message ID
<1488407445-11055-1-git-send-email-tmhoang1999@gmail.com>
Sender timestamp
1488407445
DKIM signature
missing
Download raw message
Patch: +0 -1
From: "Tuan M. Hoang" <tmhoang@flatglobe.org>

When cross-compiling, pkgname is go-bootstrap instead of go. So we don't need
to provide go-bootstrap=$pkgver-r$pkgrel anymore as it will conflict with the
current package go-bootstrap-$pkgver-r$pkgrel.
---
 community/go/APKBUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index afdaa0cbc5..cb3eb418d3 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -13,7 +13,6 @@ depends="binutils gcc"
depends_dev=""
makedepends="bash go-bootstrap"
options="!strip"
provides="go-bootstrap=$pkgver-r$pkgrel"
install=""
subpackages="$pkgname-doc"
source="http://golang.org/dl/go${pkgver/_/}.src.tar.gz
-- 
2.11.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)