summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-09 09:06:33 +0100
committerWill Handley2017-10-09 09:06:33 +0100
commit1219a64977b21132aa4da7ef4a0878eadda132c5 (patch)
tree4f92aded5f5e198d43b8f222e185d579a8d787c2
parentf6f9978aff4e632ec96743af99e2aee234c5ba7d (diff)
downloadaur-1219a64977b21132aa4da7ef4a0878eadda132c5.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 a5a2177ef785..cbf729386f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lalapps
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalapps
pkgver = 6.21.0
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
diff --git a/PKGBUILD b/PKGBUILD
index 32bcf91b0815..09122fac7581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lalapps
_pkgname=${pkgname}
pkgver=6.21.0
-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
+#}