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