summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-12-14 08:48:58 +0100
committerCayetano Santos2021-12-14 08:48:58 +0100
commitb94aba32b8d448dfee049e6f5c9f3553070a936e (patch)
tree393a49cdf5ce2806009070818002f41b9c6774b5
parent0c98b9de857c6ebc4ee0b296a8f312cbc67a7f58 (diff)
downloadaur-b94aba32b8d448dfee049e6f5c9f3553070a936e.tar.gz
Updated to 1.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6ae85f6ae0..63926821e4e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cocotb
pkgdesc = Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python
- pkgver = 1.5.2
+ pkgver = 1.6.1
pkgrel = 1
url = http://github.com/cocotb/cocotb/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-cocotb
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
options = !emptydirs
- source = git+https://github.com/cocotb/cocotb#tag=v1.5.2
+ source = git+https://github.com/cocotb/cocotb#tag=v1.6.1
md5sums = SKIP
pkgname = python-cocotb
diff --git a/PKGBUILD b/PKGBUILD
index 4bb5847dc028..aa18728842d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb
-pkgver=1.5.2
+pkgver=1.6.1
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')