mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
tweak dependency
This commit is contained in:
parent
779ac47489
commit
f6dddef859
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -7,9 +7,9 @@ pkgbase = dftd4
|
|||
license = LGPL3
|
||||
makedepends = meson
|
||||
makedepends = ninja
|
||||
makedepends = gcc-fortran
|
||||
makedepends = asciidoctor
|
||||
depends = gcc-fortran
|
||||
depends = openblas
|
||||
depends = blas
|
||||
depends = lapack
|
||||
source = dftd4-3.4.0.tar.xz::https://github.com/dftd4/dftd4/releases/download/v3.4.0/dftd4-3.4.0-source.tar.xz
|
||||
sha256sums = 24fcb225cdd5c292ac26f7d3204ee3c4024174adb5272eeda9ae7bc57113ec8d
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,11 +5,11 @@ pkgver=3.4.0
|
|||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dftd4/dftd4"
|
||||
depends=('gcc-fortran'
|
||||
'openblas'
|
||||
depends=('blas'
|
||||
'lapack')
|
||||
makedepends=('meson'
|
||||
'ninja'
|
||||
'gcc-fortran'
|
||||
'asciidoctor')
|
||||
license=('LGPL3')
|
||||
pkgdesc="A Generally Applicable Atomic-Charge Dependent London Dispersion Correction"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue