From 3d84ab900d6afe13782adc8a6adbbe77fefb714c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 25 Jul 2015 22:24:40 +0200 Subject: [PATCH] xbps: use http instead of git. --- srcpkgs/xbps/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index f960082729d..91c176360b6 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -14,7 +14,6 @@ makedepends="zlib-devel libressl-devel libarchive-devel" depends="xbps-triggers" if [ "$CHROOT_READY" ]; then - hostmakedepends+=" git" makedepends+=" atf-devel" xbps-tests_package() { short_desc+=" - Kyua testsuite" @@ -24,10 +23,9 @@ if [ "$CHROOT_READY" ]; then } fi +distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz" +checksum=34d8b69c006330426fcd00240f7d53425c5581d0635e18f7dfef55e1f7a917d2 -do_fetch() { - git clone -b${version} git://github.com/voidlinux/xbps ${wrksrc} -} do_configure() { CFLAGS+=" -Wno-error=redundant-decls" HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug \