summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-08 12:39:04 +0100
committerWill Handley2017-10-08 12:39:04 +0100
commitf08efa5a95733a09a12e0126e9e7655a4feef589 (patch)
tree19a3841506a74640053d88c52ea4c3c01b6633e9
parent346da3e5124e97871fed10e106051bd5fd561d4e (diff)
downloadaur-f08efa5a95733a09a12e0126e9e7655a4feef589.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e196b492a0ba..d396826873d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lalstochastic
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalstochastic
pkgver = 1.1.20
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
license = unknown
depends = lalcore
+ depends = lalmetaio
options = !emptydirs
source = http://software.ligo.org/lscsoft/source/lalsuite/lalstochastic-1.1.20.tar.xz
sha256sums = e384f21f788c8c0521e3f9d50cc40e9e7d333f63cebbdac73b206658c45ffffe
diff --git a/PKGBUILD b/PKGBUILD
index f4e7da6d2586..1e1144d028d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=lalstochastic
pkgver=1.1.20
-pkgrel=1
+pkgrel=2
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. lalstochastic"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
license=('unknown')
groups=('lalsuite')
-depends=('lalcore')
+depends=('lalcore' 'lalmetaio')
makedepends=()
provides=()
conflicts=()