summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-24 16:36:22 +0200
committerMarcell Meszaros2022-06-24 16:36:22 +0200
commit67bef0b4fc9948a713aa41111060adb4ec7595d1 (patch)
treedde413b587c44a68c3aacb23ba9bb54ff3d3a9f3 /PKGBUILD
parent4adcf6ee14c99c8e6004ecc3f9a7434cdcb0a5c9 (diff)
downloadaur-67bef0b4fc9948a713aa41111060adb4ec7595d1.tar.gz
add conflicts for python-crypto, python-pycryptodome
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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