summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-08 09:28:58 +0100
committerWill Handley2017-10-08 09:28:58 +0100
commitecb005eff0b53bdedbdb1c0fadfe58b1d017df8c (patch)
treee10ad89c0be035398680a79dbf43a16bb4cbbd70
parent2cbe4cca7b36a09f53c2b9f4c6ffb2c4f32c30aa (diff)
downloadaur-ecb005eff0b53bdedbdb1c0fadfe58b1d017df8c.tar.gz
Added hdf5 dependency
-rw-r--r--.PKGBUILD.swpbin0 -> 12288 bytes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 3 deletions
diff --git a/.PKGBUILD.swp b/.PKGBUILD.swp
new file mode 100644
index 000000000000..1f3701b9a732
--- /dev/null
+++ b/.PKGBUILD.swp
Binary files differ
diff --git a/.SRCINFO b/.SRCINFO
index a88cc08a03c3..d4550d7aff33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lalcore
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalcore
pkgver = 6.18.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
license = unknown
depends = gsl
+ depends = hdf5
options = !emptydirs
source = http://software.ligo.org/lscsoft/source/lalsuite/lal-6.18.0.tar.xz
sha256sums = 464601c529f5607c251a54843e749bc9bd962055cc04ba21fdf6150e392a0ba2
diff --git a/PKGBUILD b/PKGBUILD
index 507cc6e610c3..d826bc1c39ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=lalcore
pkgver=6.18.0
-pkgrel=2
+pkgrel=3
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. lalcore"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
license=('unknown')
groups=('lalsuite')
-depends=('gsl')
+depends=('gsl' 'hdf5')
makedepends=()
provides=()
conflicts=()