summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Koch2023-10-16 10:44:17 +0200
committerMarkus Koch2023-10-16 10:44:17 +0200
commite81f4c879681c01bb00f7ba0117762f297200fde (patch)
tree7f94964a98c8977956ee2818d2df52be8e58fc38 /PKGBUILD
parentca7fc9b26a526c68385a5a32670f595f8a8db721 (diff)
downloadaur-python-cocotb.tar.gz
Update to version 1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6b6211e0e32..1f16ff761d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: csantosb <csantosb dot inventati dot org>
+# Maintainer: Makus Koch <markus@notsyncing.net>
+
pkgname=python-cocotb
-pkgver=1.7.2
+pkgver=1.8.1
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')
url="http://github.com/cocotb/cocotb/"
license=('BSD')
-depends=('python' 'python-setuptools')
-makedepends=('git' 'python-pip')
+depends=('python' 'python-setuptools' 'python-find_libpython')
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')