mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
bump version to 2.5.0 release
This commit is contained in:
parent
a8947fb60f
commit
e039712915
1 changed files with 5 additions and 5 deletions
10
PKGBUILD
10
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue