summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"