summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-07-09 13:01:49 +0200
committerCayetano Santos2020-07-09 13:01:49 +0200
commit42f757a5f88c4cd128bb7e5158a84858436e152e (patch)
tree5f7646e62729e2d5afdcce2a03e880d2c599703b
parent534642070c470d021d499a7721542a3618bbe0fc (diff)
downloadaur-42f757a5f88c4cd128bb7e5158a84858436e152e.tar.gz
update to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2370601aa6..e71952226daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cocotb
pkgdesc = Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 0
url = http://github.com/cocotb/cocotb/
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = python-cocotb
provides = python-cocotb
conflicts = python-cocotb-git
options = !emptydirs
- source = git+https://github.com/cocotb/cocotb#tag=v1.3.2
+ source = git+https://github.com/cocotb/cocotb#tag=v1.4.0
md5sums = SKIP
pkgname = python-cocotb
diff --git a/PKGBUILD b/PKGBUILD
index f94f46d31e4d..bb0d686a3837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=0
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('any')
url="http://github.com/cocotb/cocotb/"