summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-08 12:37:11 +0100
committerWill Handley2017-10-08 12:37:11 +0100
commit4429d197f9705933a302609541f812f4aa62ee93 (patch)
tree6b5474db158f8cfe13ee8ba1c1d23cd366c444ae
parentce733f2b468e8ee0670b1f674f923b3b2c8a7cba (diff)
downloadaur-4429d197f9705933a302609541f812f4aa62ee93.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1df4686b251..0637ba77a3df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = lalburst
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalburst
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
license = unknown
depends = lalcore
+ depends = lalmetaio
+ depends = lalsimulation
options = !emptydirs
source = http://software.ligo.org/lscsoft/source/lalsuite/lalburst-1.4.4.tar.xz
sha256sums = 2fc15ecd5cf195c2794234977f2c320efbcab2f294a03f8b5eda9ac7edbc93f1
diff --git a/PKGBUILD b/PKGBUILD
index 66274375b39d..23e8bea960be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=lalburst
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. lalburst"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
license=('unknown')
groups=('lalsuite')
-depends=('lalcore')
+depends=('lalcore' 'lalmetaio' 'lalsimulation')
makedepends=()
provides=()
conflicts=()