summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2017-10-09 09:08:40 +0100
committerWill Handley2017-10-09 09:08:40 +0100
commitd1135c188d883511685049e1ad017fea30f0a6f5 (patch)
tree05ab1884e6766d820875911c1e58e16c0ed50044 /PKGBUILD
parentc8f2a5b04468cb04f1c0491cc760114100e763b1 (diff)
downloadaur-d1135c188d883511685049e1ad017fea30f0a6f5.tar.gz
Removed checks -- they don't work with pacaur
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1581be30e6be..df77fc9e128d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lalstochastic
_pkgname=${pkgname}
pkgver=1.1.20
-pkgrel=3
+pkgrel=4
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. ${_pkgname}"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
@@ -28,7 +28,7 @@ package() {
cd "$srcdir/${_pkgname}-${pkgver}"
make install
}
-check() {
- cd "$srcdir/${_pkgname}-${pkgver}"
- make -j check
-}
+#check() {
+# cd "$srcdir/${_pkgname}-${pkgver}"
+# make -j check
+#}