summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728cb547805f..c4911ccdec3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vunit_hdl
pkgdesc = Unit Testing Framework for VHDL/SystemVerilog
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://vunit.github.io/
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-vunit_hdl
depends = python
depends = python-colorama
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.6.0.tar.gz
- md5sums = e32e50a3ec5ff805b1cae7ced7020171
+ source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.6.1.tar.gz
+ md5sums = aa07a0c75bceccf69c1a7027ed93c4bf
pkgname = python-vunit_hdl
diff --git a/PKGBUILD b/PKGBUILD
index 95a74bcf1bb3..6d77b5b54fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-vunit_hdl
_name=vunit_hdl
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="Unit Testing Framework for VHDL/SystemVerilog"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python' 'python-colorama')
makedepends=(python-setuptools)
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('e32e50a3ec5ff805b1cae7ced7020171')
+md5sums=('aa07a0c75bceccf69c1a7027ed93c4bf')
build() {
cd "$srcdir/$_name-$pkgver"