~alpine/aports

[alpine-aports] [PATCH] main/compiler-rt: fix source URL, list archs explicitly

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20190109055318.DB56465C68@mx12.valuehost.ru>
Sender timestamp
1547011906
DKIM signature
missing
Download raw message
Patch: +2 -2
Use source URL as listed at
http://releases.llvm.org/download.html#5.0.2

---
 main/compiler-rt/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/compiler-rt/APKBUILD b/main/compiler-rt/APKBUILD
index 8cd1a31c44..b24d93ff36 100644
--- a/main/compiler-rt/APKBUILD
+++ b/main/compiler-rt/APKBUILD
@@ -6,7 +6,7 @@ pkgver=5.0.2
pkgrel=0
_llvmver=${pkgver%%.*}
pkgdesc="LLVM compiler-rt runtime libraries"
arch="all !ppc64le !s390x !armv7 !armhf"
arch="aarch64 x86 x86_64"
url="http://llvm.org/"
license="UOI-NCSA"
makedepends="
@@ -18,7 +18,7 @@ makedepends="
	python2
	"
checkdepends="llvm-test-utils>=$_llvmver"
source="https://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz"
source="https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz"
builddir="$srcdir/$pkgname-$pkgver.src"

build() {
-- 
2.20.1




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