aboutsummaryrefslogtreecommitdiff
path: root/xbps-src
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2019-06-21 11:04:43 +0000
committerJuan RP <xtraeme@gmail.com>2019-06-21 11:04:43 +0000
commitd778cbdc70b5653bfcb023e63a3d22b24df9ea4c (patch)
tree879c9800d24d256b73599049d097c3bc06f866e4 /xbps-src
parentcea4deb449f8c72b5cc277c11fe63c958cbd8b32 (diff)
downloadvoid-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar.gz
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar.bz2
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar.lz
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar.xz
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.tar.zst
void-packages-d778cbdc70b5653bfcb023e63a3d22b24df9ea4c.zip
Revert "xbps-src: require xbps>=0.54."
This reverts commit 198acb8e39c317a88dab5293b7ccf2037d24e2aa. I'm reverting this until I fix the issue properly.
Diffstat (limited to 'xbps-src')
-rwxr-xr-xxbps-src2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbps-src b/xbps-src
index abb3370e81d..00daec93ce9 100755
--- a/xbps-src
+++ b/xbps-src
@@ -390,7 +390,7 @@ setup_distfiles_mirror() {
done
}
-readonly XBPS_VERSION_REQ="0.54"
+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)