From 57ffc7c043393383918466ca4fa2dfca5b2aac32 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 4 May 2019 09:27:51 +0200 Subject: [PATCH] unicorn: drop unnecessary msys python2 dependency It builds fine with the mingw one. --- mingw-w64-unicorn/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mingw-w64-unicorn/PKGBUILD b/mingw-w64-unicorn/PKGBUILD index f08e074268..7c753def99 100644 --- a/mingw-w64-unicorn/PKGBUILD +++ b/mingw-w64-unicorn/PKGBUILD @@ -6,14 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-unicorn" "${MINGW_PACKAGE_PREFIX}-python2-unicorn" "${MINGW_PACKAGE_PREFIX}-python3-unicorn") pkgver=1.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="A lightweight multi-platform, multi-architecture CPU emulator framework based on QEMU (mingw-w64)" url='http://www.unicorn-engine.org/index.html' arch=('any') license=('GPL2') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") -makedepends=(python2 - "${MINGW_PACKAGE_PREFIX}-python2" +makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3" "${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools") @@ -37,7 +36,7 @@ build() { cd "${_realname}-${pkgver}" make clean - UNICORN_QEMU_FLAGS="--python=/usr/bin/python2" \ + UNICORN_QEMU_FLAGS="--python=${MINGW_PREFIX}/bin/python2" \ make PREFIX="${MINGW_PREFIX}" (cd bindings