From 144183445854ac1409644a18e1a5d8b19b261b8c Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 4 May 2018 09:27:46 -0400 Subject: [PATCH] xbps-src: ensure 'changelog' is available --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 76c292e61e3..8337129e596 100755 --- a/xbps-src +++ b/xbps-src @@ -403,7 +403,7 @@ setup_distfiles_mirror() { done } -readonly XBPS_VERSION_REQ="0.46" +readonly XBPS_VERSION_REQ="0.52" readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}') readonly XBPS_SRC_VERSION="113" export XBPS_MACHINE=$(xbps-uhelper arch)