summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-11 20:29:02 +0100
committerCayetano Santos2020-03-11 20:29:02 +0100
commite170ecfc62d37330d1639eeabab187339897ab0d (patch)
treea93719dd5eba87dfd9e62cf2f2970f5c7d937e7f
parenta33b8671171e5ebe1e482b008f5b070ca62580ef (diff)
downloadaur-e170ecfc62d37330d1639eeabab187339897ab0d.tar.gz
Rename package to python-cocotb-git
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dfa3a5e1720..1538df25c31c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = cocotb-git
+pkgbase = python-cocotb-git
pkgdesc = Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python
pkgver = r2445.e9490fab
pkgrel = 1
@@ -11,11 +11,10 @@ pkgbase = cocotb-git
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
- provides = cocotb
- conflicts = cocotb
+ provides = python-cocotb
+ conflicts = python-cocotb
options = !emptydirs
source = git+https://github.com/cocotb/cocotb
sha256sums = SKIP
-pkgname = cocotb-git
-
+pkgname = python-cocotb-git
diff --git a/PKGBUILD b/PKGBUILD
index 61fa65ebc36f..e176a100a111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
-pkgname=cocotb-git
+pkgname=python-cocotb-git
pkgver=r2445.e9490fab
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"