~alpine/aports

main/gc: fix url and license v1 APPLIED

Bart Ribbers: 1
 main/gc: fix url and license

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3039/mbox | git am -3
Learn more about email & git

[PATCH] main/gc: fix url and license Export this patch

---
 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