bump version to 2.5.0 release

This commit is contained in:
Sebastian Ehlert 2020-02-17 14:25:41 +01:00
parent a8947fb60f
commit e039712915
No known key found for this signature in database
GPG key ID: FCA377106E7154A1

View file

@ -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() {