summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2023-02-17 13:11:01 +0100
committerAlexander Fasching2023-02-17 13:11:01 +0100
commite65b894bab4da75b6f5b723fa9cb730f7cf43353 (patch)
tree2dfd35642c7965e88c45b7edf5a8b168050d7665 /PKGBUILD
parentc003c7a8c7bfd0e44125d57abd3e5482bf40ecb7 (diff)
downloadaur-e65b894bab4da75b6f5b723fa9cb730f7cf43353.tar.gz
upgpkg: python-vunit_hdl 4.6.1-1
upstream release
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"