summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-09 08:47:51 -0500
committerCarlos Aznarán2024-05-09 08:47:51 -0500
commita7b984b6baf6f3509c6449a63717953acbdd5623 (patch)
treec4b34c91063d71eb070c1cb43252b2633fdd5f15
parentf3fba9602dc8a49fe6dbc1413a603cd5376fecc6 (diff)
downloadaur-a7b984b6baf6f3509c6449a63717953acbdd5623.tar.gz
Bump version to 0.1.0.post2405
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1107655a01a4..48fa7f8fc8cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pina-mathlab
pkgdesc = Physics-Informed Neural networks for Advanced modeling
- pkgver = 0.1.0.post2404
+ pkgver = 0.1.0.post2405
pkgrel = 1
url = https://github.com/mathLab/PINA
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pina-mathlab
makedepends = python-setuptools
makedepends = python-wheel
depends = python-pytorch-lightning
- source = PINA-0.1.0.post2404.tar.gz::https://github.com/mathLab/PINA/archive/refs/tags/v0.1.0.post2404.tar.gz
- sha512sums = 4b1372ffe0a426ef21f213c9f4eb6e830c645c5d7bb5036977cbb6a03018d59b146fd2868acafebd50917877f8d65d73692b6647a2c518aba3e89f6674906794
+ source = PINA-0.1.0.post2405.tar.gz::https://github.com/mathLab/PINA/archive/refs/tags/v0.1.0.post2405.tar.gz
+ sha512sums = 9a2bdb584f1b6ae541c281fa6d8e67a585188ed080914e2f534f6c57d8f4c504145e9ae154fef3dc5b51ff7e04251fa9a811afa7ec1b58b371acc2cea812f916
pkgname = python-pina-mathlab
diff --git a/PKGBUILD b/PKGBUILD
index ec5f229410bf..6184bde30f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=PINA
pkgname=python-${_base,,}-mathlab
-pkgver=0.1.0.post2404
+pkgver=0.1.0.post2405
pkgrel=1
pkgdesc="Physics-Informed Neural networks for Advanced modeling"
url="https://github.com/mathLab/${_base}"
@@ -11,7 +11,7 @@ depends=(python-pytorch-lightning)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('4b1372ffe0a426ef21f213c9f4eb6e830c645c5d7bb5036977cbb6a03018d59b146fd2868acafebd50917877f8d65d73692b6647a2c518aba3e89f6674906794')
+sha512sums=('9a2bdb584f1b6ae541c281fa6d8e67a585188ed080914e2f534f6c57d8f4c504145e9ae154fef3dc5b51ff7e04251fa9a811afa7ec1b58b371acc2cea812f916')
build() {
cd ${_base}-${pkgver}