summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-10-25 01:01:59 +0300
committerAdrian Perez de Castro2022-10-25 01:01:59 +0300
commit5ccc1f2ba5878835d368f3cb1b6daeef3361baa8 (patch)
tree5af7f0973ffc0b178b745c43183b4eb54220cd85 /PKGBUILD
parent7926c82a5ecfc174d7c3b62361b875f99b46c1ae (diff)
downloadaur-5ccc1f2ba5878835d368f3cb1b6daeef3361baa8.tar.gz
Fix check function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87afc582505f..9cf69fa13ab4 100644
--- a/PKGBUILD
+++ b/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 () {