summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2022-11-17 16:06:58 +0800
committerJingbei Li2022-11-17 16:10:40 +0800
commit87b95c6e74a9e96342a971b3f98fdfed481c062b (patch)
tree0ee16940f3577e74037d6c93ca0ad639615c94b8
parentb3c2cb38c46eee7d49b09f358afb3a7583f5ddb5 (diff)
downloadaur-87b95c6e74a9e96342a971b3f98fdfed481c062b.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24695e1c1137..43e83337a658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,11 +11,13 @@ pkgbase = heasoft
makedepends = gcc-fortran
makedepends = inetutils
makedepends = perl
- makedepends = python-numpy
+ makedepends = python-astropy
+ makedepends = python-scipy
depends = libxpm
depends = libidn
depends = ncurses
depends = readline
+ optdepends = python-astropy: python binding
optdepends = python-numpy: python binding
source = https://heasarc.gsfc.nasa.gov/FTP/software/lheasoft/lheasoft6.31/heasoft-6.31src.tar.gz
md5sums = 65662202001e0f92e37718bb887ee06e
diff --git a/PKGBUILD b/PKGBUILD
index c0a340e72f7b..a01045c5b1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@ pkgrel=1
_mod=''
pkgdesc='NASA high energy astrophysics library'
depends=('libxpm' 'libidn' 'ncurses' 'readline')
-makedepends=('glibc' 'gcc-fortran' 'inetutils' 'perl' 'python-numpy')
-optdepends=("python-numpy: python binding")
+makedepends=('glibc' 'gcc-fortran' 'inetutils' 'perl' 'python-astropy' 'python-scipy')
+optdepends=(
+ "python-astropy: python binding"
+ "python-numpy: python binding"
+)
url="https://heasarc.gsfc.nasa.gov/docs/software/lheasoft/"
arch=('x86_64')
license=('NASA' 'GPL')