mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fix check function
This commit is contained in:
parent
7926c82a5e
commit
5ccc1f2ba5
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nvc
|
||||
pkgdesc = VHDL compiler and simulator
|
||||
pkgver = 1.7.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.nickg.me.uk/nvc
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgdesc='VHDL compiler and simulator'
|
||||
pkgname=nvc
|
||||
pkgver=1.7.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url=https://www.nickg.me.uk/nvc
|
||||
license=(GPL3)
|
||||
conflicts=(nvc-git)
|
||||
|
|
@ -35,9 +35,9 @@ build () {
|
|||
}
|
||||
|
||||
check () {
|
||||
return # TODO: Currently one test case fails.
|
||||
cd "${pkgname}-${pkgver%.0}/_build"
|
||||
make check
|
||||
# TODO: Currently one test case fails.
|
||||
# make check
|
||||
}
|
||||
|
||||
package () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue