summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2021-01-13 11:43:52 +0100
committerCayetano Santos2021-01-13 11:44:28 +0100
commit3828a938f3772a739e71f1f145aee3eb54a12768 (patch)
tree5b7b5fbce3c1fb9e9fed734bafbcbe42ed40036f /PKGBUILD
parent8babfefc8ad7524c53690ed4d4d834a181f0b947 (diff)
downloadaur-3828a938f3772a739e71f1f145aee3eb54a12768.tar.gz
fix errors with provide and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb0d686a3837..72797eb73ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,6 @@ pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testb
arch=('any')
url="http://github.com/cocotb/cocotb/"
license=('BSD')
-conflicts=('python-cocotb-git')
-provides=('python-cocotb')
depends=('python' 'python-setuptools')
makedepends=('git' 'gcc')