From 732b483f1c87ea208fef6d5bdcfba20f812471ba Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Sep 2014 06:05:27 +0200 Subject: [PATCH] xbps-src: require xbps>=0.41. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index be329b01776..8b7bd1c2b8c 100755 --- a/xbps-src +++ b/xbps-src @@ -302,7 +302,7 @@ read_pkg() { setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD } -readonly XBPS_VERSION_REQ="0.38" +readonly XBPS_VERSION_REQ="0.41" readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}') readonly XBPS_SRC_VERSION="113"