summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2022-09-19 10:15:46 +0200
committerCayetano Santos2022-09-19 10:15:46 +0200
commit5bde74ca9eafa68cff308ab9c49791e54411378c (patch)
tree5bb4d9016a7392d735a9b899c046341c5e6c1a5c
parentf0c7101e794a3548ee24aa237420127c5d4dae95 (diff)
downloadaur-5bde74ca9eafa68cff308ab9c49791e54411378c.tar.gz
version 1.7.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63926821e4e7..470f1ed21558 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.6.1
+ pkgver = 1.7.0
pkgrel = 1
url = http://github.com/cocotb/cocotb/
arch = any
@@ -13,8 +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.6.1
+ source = git+https://github.com/cocotb/cocotb#tag=v1.7.0
md5sums = SKIP
pkgname = python-cocotb
-
diff --git a/PKGBUILD b/PKGBUILD
index aa18728842d6..b618502c03d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')