summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2021-07-17 09:48:20 +0300
committerAnton Kudelin2021-07-17 09:48:20 +0300
commit3411dfdfb21592dc6b879c333573258f882de22d (patch)
tree1e767c0fa6d97cf32ba25e94023007691a0b0456 /PKGBUILD
parente29af0da8d2651c4873c7fd7581db57ada10307a (diff)
downloadaur-3411dfdfb21592dc6b879c333573258f882de22d.tar.gz
adding a new dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 446bcd1383f0..f616498397a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sirius
_PkgName=SIRIUS
pkgver=7.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Domain specific library for electronic structure calculations"
arch=('x86_64')
license=('BSD')
url="https://github.com/electronic-structure/SIRIUS"
-depends=('libvdwxc' 'libxc' 'spglib' 'elpa' 'spfft' 'gsl' 'hdf5')
+depends=('libvdwxc' 'libxc' 'spglib' 'elpa' 'spfft' 'spla' 'gsl' 'hdf5')
makedepends=('cmake')
optdepends=('magma: Linear algebra on GPU')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")