summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2015-11-23 19:47:18 +0100
committerMichel Zou2015-11-23 19:47:18 +0100
commit24e220f199177f00155ac59b877b87332688aa43 (patch)
tree07d213044ce84162367d077d49c683485bb60e82 /PKGBUILD
parent210afca935244c72629d18d2e448f0f8cc03b17e (diff)
downloadaur-24e220f199177f00155ac59b877b87332688aa43.tar.gz
conficts mingw-w64-python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dc1b6c7b4a6..aa2c60840787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgdesc="A high-level scripting language (native MSVC version) (mingw-w64)"
arch=('any')
license=('PSF')
url="http://www.python.org/"
+provides=('mingw-w64-python2')
+conflicts=('mingw-w64-python2')
depends=('mingw-w64-crt')
makedepends=('wine' 'mingw-w64-tools' 'mingw-w64-binutils')
options=('staticlibs' '!buildflags' '!strip')