From 63f752e7da1d6b1493dce69a0132840a9b4a7ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 11 Jul 2023 23:47:16 +0700 Subject: [PATCH] qbittorrent: hide bsdtar usage --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c5067b733ac481..87d58e8a502e16 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -22,8 +22,8 @@ CXXFLAGS=-std=gnu++17 do_extract() { local n=${pkgname}-${version} mkdir -p build-nox build-x11 - bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-x11 - bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-nox + vsrcextract -C build-x11 ${n}.tar.xz + vsrcextract -C build-nox ${n}.tar.xz } do_configure() {