summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2019-03-27 15:37:56 +0200
committerDan Elkouby2019-03-27 15:37:56 +0200
commit4d0fb281a08c255c9f051f84a357fd3e63cb372a (patch)
treedc93ed6a16cb3e1e49c9aa622dcd4b4a24c8ea77
parent63e8a4f6c0ac07ca73aa93b8252ac33fd71d030e (diff)
downloadaur-4d0fb281a08c255c9f051f84a357fd3e63cb372a.tar.gz
Adopt and update
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df289a6c0521..afc682237e6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-vunit_hdl
pkgdesc = Unit Testing Framework for VHDL/SystemVerilog
- pkgver = 4.0.7
+ pkgver = 4.0.8
pkgrel = 1
url = https://vunit.github.io/
arch = any
- license = MPL
+ license = MPL2
depends = python
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.0.7.tar.gz
- md5sums = a0131af5dd336940f4d59da74b63b975
+ source = https://files.pythonhosted.org/packages/source/v/vunit_hdl/vunit_hdl-4.0.8.tar.gz
+ md5sums = c22bbd50b569ef23877dcd6c50b13873
pkgname = python-vunit_hdl
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..16c2bd09a90d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+vunit_hdl-*.tar.gz
+*.pkg.tar*
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"