summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b373b7f440eb..3c8fe013e2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Doron Behar <doron.behar@gmail.com>
+# Contributor: Doron Behar <doron.behar@gmail.com>
+# Maintainer: Dan "Streetwalrus" Elkouby <streetwalkermc@gmail.com>
pkgname=python-vunit_hdl
_name=vunit_hdl
-pkgver=4.0.7
+pkgver=4.0.8
pkgrel=1
pkgdesc="Unit Testing Framework for VHDL/SystemVerilog"
arch=('any')
url="https://vunit.github.io/"
-license=('MPL')
+license=('MPL2')
groups=()
depends=('python')
makedepends=()
@@ -18,7 +19,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('a0131af5dd336940f4d59da74b63b975')
+md5sums=('c22bbd50b569ef23877dcd6c50b13873')
package() {
cd "$srcdir/$_name-$pkgver"