summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-09 09:08:40 +0100
committerWill Handley2017-10-09 09:08:40 +0100
commitd1135c188d883511685049e1ad017fea30f0a6f5 (patch)
tree05ab1884e6766d820875911c1e58e16c0ed50044
parentc8f2a5b04468cb04f1c0491cc760114100e763b1 (diff)
downloadaur-d1135c188d883511685049e1ad017fea30f0a6f5.tar.gz
Removed checks -- they don't work with pacaur
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773928025090..cb72cfb408cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lalstochastic
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalstochastic
pkgver = 1.1.20
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
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
+#}