diff options
author | Doron Behar | 2018-11-23 14:49:03 +0100 |
---|---|---|
committer | Doron Behar | 2018-11-23 14:49:03 +0100 |
commit | 63e8a4f6c0ac07ca73aa93b8252ac33fd71d030e (patch) | |
tree | 22b731b11e89bb7b1486ac4b6b3130170fb405e4 | |
parent | 385f8e1764e6be3e67eaee0dc59bbbb0d07d8c9a (diff) | |
download | aur-63e8a4f6c0ac07ca73aa93b8252ac33fd71d030e.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = python-vunit_hdl pkgdesc = Unit Testing Framework for VHDL/SystemVerilog - pkgver = 4.0.6 + pkgver = 4.0.7 pkgrel = 1 url = https://vunit.github.io/ arch = any license = MPL depends = python options = !emptydirs - source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.0.6.tar.gz - md5sums = 6ffaac03c52d872b04fc8f860b453c10 + source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.0.7.tar.gz + md5sums = a0131af5dd336940f4d59da74b63b975 pkgname = python-vunit_hdl @@ -2,7 +2,7 @@ pkgname=python-vunit_hdl _name=vunit_hdl -pkgver=4.0.6 +pkgver=4.0.7 pkgrel=1 pkgdesc="Unit Testing Framework for VHDL/SystemVerilog" arch=('any') @@ -18,7 +18,7 @@ backup=() options=(!emptydirs) install= source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") -md5sums=('6ffaac03c52d872b04fc8f860b453c10') +md5sums=('a0131af5dd336940f4d59da74b63b975') package() { cd "$srcdir/$_name-$pkgver" |