From fc1493f3b77965e529ff89f87a512698541cf2ff Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 30 Jul 2018 21:12:26 -0300 Subject: [PATCH] xbps-static: update to 0.53. --- srcpkgs/xbps-static/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index 42ebf846312..c81946fb5be 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -1,8 +1,8 @@ # Template file for 'xbps-static' # NOTE: keep this package synchronized with "srcpkgs/xbps". pkgname=xbps-static -version=0.52 -revision=2 +version=0.53 +revision=1 wrksrc="xbps-${version}" build_style=configure hostmakedepends="pkg-config" @@ -12,16 +12,14 @@ short_desc="The XBPS package system utilities - static binaries" maintainer="Juan RP " license="BSD-2-Clause" homepage="https://www.voidlinux.eu/xbps" -distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz" -checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551 +distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz" +checksum=360b3149141fec46dd6da9019605bcee48ee4d29bffe5aa47a9fd5fa68ccd5f4 case "$XBPS_TARGET_MACHINE" in *-musl) ;; *) broken="only for musl arches" ;; esac -CFLAGS="-Wno-error" - do_configure() { HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose }