diff options
author | Luis Martinez | 2021-06-27 02:59:08 -0500 |
---|---|---|
committer | Luis Martinez | 2021-06-27 02:59:08 -0500 |
commit | a35a7168343c09566c5b3c6697017097a43e6136 (patch) | |
tree | e24f353b40a4fc4d80146c1735919cefbaf9c359 | |
parent | 4c962db2cacf517506f7f5661fffdf1195f3cc8d (diff) | |
download | aur-thermofun.tar.gz |
update to 0.3.8
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = thermofun pkgdesc = Library for calculating standard state thermodynamic properties - pkgver = 0.3.7 + pkgver = 0.3.8 pkgrel = 1 url = https://github.com/thermohub/thermofun arch = x86_64 @@ -11,8 +11,7 @@ pkgbase = thermofun makedepends = python-setuptools depends = gcc-libs provides = libThermoFun.so - source = thermofun-0.3.7.tar.gz::https://github.com/thermohub/thermofun/archive/refs/tags/v0.3.7.tar.gz - sha256sums = 0cf7c9c09e83f56d6d0b43e1c57bc1e1595a6002e87cd2ccf3ec519f2be5323c + source = thermofun-0.3.8.tar.gz::https://github.com/thermohub/thermofun/archive/refs/tags/v0.3.8.tar.gz + sha256sums = 1daffed5ca3b6187548729da9884f63c76c02af4dd6cb7e649a898b016353c6f pkgname = thermofun - @@ -1,6 +1,6 @@ # Maintainer: lmartinez-mirror pkgname=thermofun -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 pkgdesc="Library for calculating standard state thermodynamic properties" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('gcc-libs') makedepends=('cmake' 'nlohmann-json' 'pybind11' 'python-setuptools') provides=('libThermoFun.so') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('0cf7c9c09e83f56d6d0b43e1c57bc1e1595a6002e87cd2ccf3ec519f2be5323c') +sha256sums=('1daffed5ca3b6187548729da9884f63c76c02af4dd6cb7e649a898b016353c6f') build() { cmake \ |