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 }