From e3e1eb23c56f12a92c39f45e664da642df4cd585 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 28 Nov 2020 17:37:51 +0100 Subject: [PATCH] marvin: use bsdtar instead of ar --- srcpkgs/marvin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/marvin/template b/srcpkgs/marvin/template index 65580f87728..d99c334ca34 100644 --- a/srcpkgs/marvin/template +++ b/srcpkgs/marvin/template @@ -16,7 +16,7 @@ distfiles="https://dl.chemaxon.com/marvin/${version}/${_filename}" checksum=bbb25cbd8307f1f081136397c9f82be114426b96f973b8079980c46e6d62aadc do_extract() { - ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename} + bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename} tar xf data.tar.gz }