summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-09 09:06:46 +0100
committerWill Handley2017-10-09 09:06:46 +0100
commitb9c0749c1870ef05a419a72e03619b32df247042 (patch)
tree16e8623f6c946e6a94b9e943979120778950c8ce
parent75a00747caeeea6fd419d012100ef06ed853b8b7 (diff)
downloadaur-b9c0749c1870ef05a419a72e03619b32df247042.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 f25ed79db3d8..a97f8481e664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lalburst
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalburst
pkgver = 1.4.4
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
diff --git a/PKGBUILD b/PKGBUILD
index eb9ff98fd8ee..eef8ec8bd045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lalburst
_pkgname=${pkgname}
pkgver=1.4.4
-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
+#}