summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2018-11-23 14:49:03 +0100
committerDoron Behar2018-11-23 14:49:03 +0100
commit63e8a4f6c0ac07ca73aa93b8252ac33fd71d030e (patch)
tree22b731b11e89bb7b1486ac4b6b3130170fb405e4
parent385f8e1764e6be3e67eaee0dc59bbbb0d07d8c9a (diff)
downloadaur-63e8a4f6c0ac07ca73aa93b8252ac33fd71d030e.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4852e3ca25..df289a6c0521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e602c8b38f0f..b373b7f440eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"