summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5eedc086af..bbc28f22c2c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = python-pycrypto
depends = python
depends = python-flask
provides = python-crypto
+ conflicts = python-crypto
+ conflicts = python-pycryptodome
source = https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz
source = 0001-replaced-time.clock-with-time.process_time-time-cloc.patch
sha512sums = 20a4aed4dac4e9e61d773ebc1d48ea577e9870c33f396be53d075a9bf8487d93e75e200179882d81e452efd0f6751789bac434f6f431b3e7c1c8ef9dba392847
diff --git a/PKGBUILD b/PKGBUILD
index d04ca83738c0..16fb9f0db49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,10 @@ depends=(
)
makedepends=('python-setuptools')
provides=('python-crypto')
+conflicts=(
+ 'python-crypto'
+ 'python-pycryptodome'
+)
source=(
"https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-${pkgver}.tar.gz"
0001-replaced-time.clock-with-time.process_time-time-cloc.patch