summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c12d50489e65..f45c56e9d0cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 28 16:38:29 UTC 2018
+# Fri Jun 29 15:45:31 UTC 2018
pkgbase = mingw-w64-python36-bin
pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
pkgver = 3.6.5
@@ -10,8 +10,6 @@ pkgbase = mingw-w64-python36-bin
makedepends = mingw-w64-tools
makedepends = mingw-w64-binutils
depends = mingw-w64-crt
- provides = mingw-w64-python
- conflicts = mingw-w64-python
noextract = python-3.6.5-embed-win32.zip
noextract = python-3.6.5-embed-amd64.zip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 8859933d0b40..ba5654aaa83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,6 @@ pkgdesc="Next generation of the python high-level scripting language (native MSV
arch=('any')
license=('PSF')
url="http://www.python.org/"
-provides=('mingw-w64-python')
-conflicts=('mingw-w64-python')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-tools' 'mingw-w64-binutils')
options=('staticlibs' '!buildflags' '!strip')