From cdb67aee1b56bc06afaaa5236a6c17b991676c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Tue, 8 Feb 2022 09:50:03 +0800 Subject: [PATCH] Remove make depends and update pkgrel --- mingw-w64-python-nuitka/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-nuitka/PKGBUILD b/mingw-w64-python-nuitka/PKGBUILD index 91289d37e5..f771f61d3c 100644 --- a/mingw-w64-python-nuitka/PKGBUILD +++ b/mingw-w64-python-nuitka/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.6.19.6 -pkgrel=1 +pkgrel=2 pkgdesc="Python to native compiler (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -15,7 +15,6 @@ license=('APACHE') url="https://www.nuitka.net/" depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-setuptools") -makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://nuitka.net/releases/Nuitka-${pkgver}.tar.gz") noextract=(Nuitka-$pkgver.tar.gz) sha256sums=('cf03d83559546054d28a6ada888d7ef98529d53257d63041b752dd215037a71e')