summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2022-09-19 10:23:44 +0200
committerCayetano Santos2022-09-19 10:23:44 +0200
commitfa45b4b4aca4f653b437e6632ca30cd3f68434d8 (patch)
tree9de87d8e31b0db28fef3d659723de1713f3358ae
parentf5688df450809c6673db820fbdbf826b17c6a970 (diff)
downloadaur-python-cocotb-bus.tar.gz
Updated to 0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acfc414f0380..99c0ffc958b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cocotb-bus
pkgdesc = Pre-packaged testbenching tools and reusable bus interfaces for cocotb
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/cocotb/cocotb-bus/
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-cocotb-bus
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
options = !emptydirs
- source = git+https://github.com/cocotb/cocotb-bus#tag=v0.1.1
+ source = git+https://github.com/cocotb/cocotb-bus#tag=v0.2.0
md5sums = SKIP
pkgname = python-cocotb-bus
diff --git a/PKGBUILD b/PKGBUILD
index f5ffd7b58790..7d524c67a33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-cocotb-bus
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="Pre-packaged testbenching tools and reusable bus interfaces for cocotb"
arch=('any')