marvin: use bsdtar instead of ar

This commit is contained in:
q66 2020-11-28 17:37:51 +01:00
parent c4d38b801c
commit e3e1eb23c5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ distfiles="https://dl.chemaxon.com/marvin/${version}/${_filename}"
checksum=bbb25cbd8307f1f081136397c9f82be114426b96f973b8079980c46e6d62aadc checksum=bbb25cbd8307f1f081136397c9f82be114426b96f973b8079980c46e6d62aadc
do_extract() { do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename} bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
tar xf data.tar.gz tar xf data.tar.gz
} }