mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
bump to v4.0.2
This commit is contained in:
parent
8575a86ca5
commit
ae2925ca83
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = dftd4
|
||||
pkgdesc = A Generally Applicable Atomic-Charge Dependent London Dispersion Correction
|
||||
pkgver = 4.0.1
|
||||
pkgver = 4.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/dftd4/dftd4
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = dftd4
|
|||
makedepends = asciidoctor
|
||||
depends = blas
|
||||
depends = lapack
|
||||
source = https://github.com/dftd4/dftd4/releases/download/v4.0.1/dftd4-4.0.1-source.tar.xz
|
||||
sha256sums = d3781763390c349794d70663e4e54e368d19a5869c98fe939b32e9069432201b
|
||||
source = https://github.com/dftd4/dftd4/releases/download/v4.0.2/dftd4-4.0.2-source.tar.xz
|
||||
sha256sums = ed4a6a3ba0a89b8d6825bf11724dee647fd8ee6272e7822e0cbd9847994eb872
|
||||
|
||||
pkgname = dftd4
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Sebastian Ehlert <awvwgk at gmail dot com>
|
||||
|
||||
pkgname=dftd4
|
||||
pkgver=4.0.1
|
||||
pkgver=4.0.2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://github.com/dftd4/dftd4'
|
||||
|
|
@ -15,7 +15,7 @@ makedepends=('meson'
|
|||
license=('LGPL-3.0')
|
||||
pkgdesc='A Generally Applicable Atomic-Charge Dependent London Dispersion Correction'
|
||||
source=("https://github.com/dftd4/dftd4/releases/download/v${pkgver}/${pkgname}-${pkgver}-source.tar.xz")
|
||||
sha256sums=('d3781763390c349794d70663e4e54e368d19a5869c98fe939b32e9069432201b')
|
||||
sha256sums=('ed4a6a3ba0a89b8d6825bf11724dee647fd8ee6272e7822e0cbd9847994eb872')
|
||||
|
||||
build() {
|
||||
local options=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue