summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-01-13 11:43:52 +0100
committerCayetano Santos2021-01-13 11:44:28 +0100
commit3828a938f3772a739e71f1f145aee3eb54a12768 (patch)
tree5b7b5fbce3c1fb9e9fed734bafbcbe42ed40036f
parent8babfefc8ad7524c53690ed4d4d834a181f0b947 (diff)
downloadaur-3828a938f3772a739e71f1f145aee3eb54a12768.tar.gz
fix errors with provide and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e71952226daa..42f929396427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,6 @@ pkgbase = python-cocotb
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
- provides = python-cocotb
- conflicts = python-cocotb-git
options = !emptydirs
source = git+https://github.com/cocotb/cocotb#tag=v1.4.0
md5sums = SKIP
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')