From 9add7b8cf38e5da07313456caacb42512f1404d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 8 May 2019 05:15:23 +0200 Subject: [PATCH] musl-obstack: transferred to void-linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/musl-obstack/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-obstack/template b/srcpkgs/musl-obstack/template index fc2d5d54d53..2cd2ddf2efc 100644 --- a/srcpkgs/musl-obstack/template +++ b/srcpkgs/musl-obstack/template @@ -9,8 +9,8 @@ hostmakedepends="automake libtool" short_desc="Implementation of obstack for musl libc" maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" -homepage="https://github.com/pullmoll/musl-obstack" -distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +homepage="https://github.com/void-linux/musl-obstack" +distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=52a216613e7d55e8725e43d017bb2d49a4b1ffa1e06da472f03c7f9875df7d0d CFLAGS="-fPIC"