diff --git a/mingw-w64-python-ffmpeg-python/PKGBUILD b/mingw-w64-python-ffmpeg-python/PKGBUILD index 44ecb84a40..1a345e5862 100644 --- a/mingw-w64-python-ffmpeg-python/PKGBUILD +++ b/mingw-w64-python-ffmpeg-python/PKGBUILD @@ -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() { diff --git a/mingw-w64-python-trimesh/PKGBUILD b/mingw-w64-python-trimesh/PKGBUILD index 2d571a1f4f..d3ad0710eb 100644 --- a/mingw-w64-python-trimesh/PKGBUILD +++ b/mingw-w64-python-trimesh/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.8.1 +pkgver=3.8.3 pkgrel=1 pkgdesc='Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular meshes with an emphasis on watertight surfaces. (mingw-w64)' arch=('any') @@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-networkx: graph operations" "${MINGW_PACKAGE_PREFIX}-python-scipy: convex hulls" "${MINGW_PACKAGE_PREFIX}-python-pyglet: preview windows") source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz") -sha256sums=('4f1d2f48610d7c5d4c6a443df46ea33cb99df7e932a69ac8360768e66f11916a') +sha256sums=('826391ce7758b974eef84d0cab09b42780a099f25acc15c7fa6a234d4775f2ab') prepare() { cd "$srcdir"