diff --git a/mingw-w64-python-tinyaes/PKGBUILD b/mingw-w64-python-tinyaes/PKGBUILD index eb290d3066..baa39f4378 100644 --- a/mingw-w64-python-tinyaes/PKGBUILD +++ b/mingw-w64-python-tinyaes/PKGBUILD @@ -11,7 +11,7 @@ arch=('any') url="https://github.com/naufraghi/tinyaes-py" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") -makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython" "${MINGW_PACKAGE_PREFIX}-tiny-aes-c") +makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython") options=('!emptydirs') source=("https://github.com/naufraghi/tinyaes-py/archive/refs/tags/v$pkgver.tar.gz" "https://github.com/kokke/tiny-AES-c/archive/v${_tinyaesc_ver}.tar.gz")