summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2022-11-20 11:55:20 +0100
committerCayetano Santos2022-11-20 11:55:20 +0100
commitca7fc9b26a526c68385a5a32670f595f8a8db721 (patch)
treea1dbe2eb9be9e9cbf5b954e5fab10e5e06fcf85e
parent5bde74ca9eafa68cff308ab9c49791e54411378c (diff)
downloadaur-ca7fc9b26a526c68385a5a32670f595f8a8db721.tar.gz
version 1.7.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470f1ed21558..3e18e7788779 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.7.0
+ pkgver = 1.7.2
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.7.0
+ source = git+https://github.com/cocotb/cocotb#tag=v1.7.2
md5sums = SKIP
pkgname = python-cocotb
diff --git a/PKGBUILD b/PKGBUILD
index b618502c03d4..b6b6211e0e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb
-pkgver=1.7.0
+pkgver=1.7.2
pkgrel=1
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')