~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/gc: fix url and license

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190918230936.25572-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +3 -4
---
 main/gc/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD
index a83a877662..36cd538116 100644
--- a/main/gc/APKBUILD
+++ b/main/gc/APKBUILD
@@ -3,15 +3,14 @@ pkgname=gc
pkgver=8.0.4
pkgrel=0
pkgdesc="A garbage collector for C and C++"
url="http://hboehm.info/gc/"
url="https://hboehm.info/gc/"
arch="all"
license="GPL"
license="MIT"
makedepends="libatomic_ops-dev linux-headers"
subpackages="$pkgname-dev $pkgname-doc libgc++:libgccpp"
source="http://hboehm.info/gc/gc_source/gc-$pkgver.tar.gz
source="https://hboehm.info/gc/gc_source/gc-$pkgver.tar.gz
	0001-Fix-gctest-with-musl-libc-on-s390x.patch
	"
builddir="$srcdir/gc-${pkgver%[a-z]}"

build() {
	cd "$builddir"
-- 
2.21.0
Reply to thread Export thread (mbox)