summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93c15a0b3828..184c6adfc1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Sebastian Ehlert <awvwgk at gmail dot com>
pkgname=dftd4
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
arch=('x86_64')
url="https://github.com/dftd4/dftd4"
depends=('gcc-fortran' 'openblas' 'lapack')
-makedepends=('git' 'meson' 'ninja')
+makedepends=('meson' 'ninja')
license=('LGPL3')
pkgdesc="A Generally Applicable Atomic-Charge Dependent London Dispersion Correction"
-source=("${pkgname}::https://github.com/dftd4/dftd4/archive/v2.4.0.tar.gz"
+source=("${pkgname}::https://github.com/dftd4/dftd4/archive/v2.5.0.tar.gz"
"dftd4-build.patch")
-sha256sums=('6c3c8e07a4574ed5f54275944596a9845c38a9ed6c7217dc8769ebf95340bee9'
+sha256sums=('014e2917f2b636c062325d59a4a0f068550bd3b119742be80e956456478ee2d6'
'36ce3527ec42095836a84b5aa4050acab602b9fca5eb95ea20bf28c299d086f7')
-md5sums=('97602f1a1239528f6e2487f31607c1e0'
+md5sums=('f2685bcbea28bc811cf198091a0545dc'
'f69b8bac09b6f4dd29b1aaca763913c7')
build() {