trimesh 3.8.3

This commit is contained in:
Sarah Ottinger
2020-08-25 12:55:23 -07:00
parent 0f77838007
commit 648f94fa85
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ prepare() {
cd "$srcdir"
unzip "${_realname}-${pkgver}.zip"
rm -rf python-build-${CARCH} | true
cp -r "ffmpeg-python-${pkgver}" "python-build-${CARCH}"
cp -r "${_realname}-${pkgver}" "python-build-${CARCH}"
}
build() {