summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-06-27 02:59:08 -0500
committerLuis Martinez2021-06-27 02:59:08 -0500
commita35a7168343c09566c5b3c6697017097a43e6136 (patch)
treee24f353b40a4fc4d80146c1735919cefbaf9c359
parent4c962db2cacf517506f7f5661fffdf1195f3cc8d (diff)
downloadaur-a35a7168343c09566c5b3c6697017097a43e6136.tar.gz
update to 0.3.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b6b3532842e..f55f5f420b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index a94f595f8809..c90de7c54e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 \