summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-08 12:37:45 +0100
committerWill Handley2017-10-08 12:37:45 +0100
commit8b5f2eb4b43325bf199512263b92fa4cadf7ffaf (patch)
tree5575e5be4425c3f5230cdcfe6e21750b8a8b4f76
parentb5ed3e02fa6dd308fd1165171954f1af0a448f0c (diff)
downloadaur-8b5f2eb4b43325bf199512263b92fa4cadf7ffaf.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9961e1991334..4b6129bcceed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lalframe
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalframe
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
license = unknown
- depends = lalcore
depends = libframe
+ depends = lalcore
options = !emptydirs
source = http://software.ligo.org/lscsoft/source/lalsuite/lalframe-1.4.3.tar.xz
sha256sums = cbb6ed39abb5a02d792523fc53208330cf8adf02bc4290cac635d42577acb5b1
diff --git a/PKGBUILD b/PKGBUILD
index b11e9a07613b..a31f4dde7cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=lalframe
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. lalframe"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
license=('unknown')
groups=('lalsuite')
-depends=('lalcore' 'libframe')
+depends=('libframe' 'lalcore')
makedepends=()
provides=()
conflicts=()