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