summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-03-12 19:49:50 +0100
committerCayetano Santos2021-03-12 19:49:50 +0100
commit9e7435f04aa70d025e1a1e1356f25e1ac6ea8c9d (patch)
treeb37e723e553844e639332458fb44bc6abb5c02b5
parent3828a938f3772a739e71f1f145aee3eb54a12768 (diff)
downloadaur-9e7435f04aa70d025e1a1e1356f25e1ac6ea8c9d.tar.gz
Release update to 1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f929396427..696b5b6617dc 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.4
+ pkgver = 1.5
pkgrel = 0
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.4.0
+ source = git+https://github.com/cocotb/cocotb#tag=v1.5.0
md5sums = SKIP
pkgname = python-cocotb
diff --git a/PKGBUILD b/PKGBUILD
index 72797eb73ed3..eac9b3a922d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb
-pkgver=1.4
+pkgver=1.5
pkgrel=0
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')