summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-10-19 13:48:58 -0500
committerCarlos Aznarán Laos2022-10-19 13:48:58 -0500
commit2cf99624f52cbfdcfbf98d0c072ba121233d8666 (patch)
tree741bf3d2e552b51bbf856aba8e1e60f23b871a0b
parent4c95084a463a0976c2cd0c9fe798d9865d6602b5 (diff)
downloadaur-2cf99624f52cbfdcfbf98d0c072ba121233d8666.tar.gz
Bump version to 2.37.264
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52cb1c761717..a33adb893ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = copasi-bin
pkgdesc = COmplex PAthway SImulator for analysis of biochemical networks and their dynamics
- pkgver = 4.36.260
+ pkgver = 4.37.264
pkgrel = 1
url = https://copasi.org
install = copasi.install
@@ -10,12 +10,12 @@ pkgbase = copasi-bin
depends = shared-mime-info
depends = freetype2
depends = glu
- noextract = copasi-bin-4.36.260.tar.gz
+ noextract = copasi-bin-4.37.264.tar.gz
source = copasi-desktop.tar.gz
sha512sums = cf7172b155885db8007298643499a57421e4890b72da86f8124bc35ec30c39f17c4167cd5d4603fc37c0cf72c6e4283c009339363da1cc5f44708c08d16a2b4e
- source_i686 = copasi-bin-4.36.260.sh::https://github.com/copasi/COPASI/releases/download/Build-260/COPASI-4.36.260-Linux-32bit.sh
- sha512sums_i686 = 46320cb5ab05fe9b0938e6b6895027e9550368130871ead213af6121f4785234bf5163c5d055dc9b0d59c5a11906537f5ed418b80b790db88d099eb6c47a4496
- source_x86_64 = copasi-bin-4.36.260.sh::https://github.com/copasi/COPASI/releases/download/Build-260/COPASI-4.36.260-Linux-64bit.sh
- sha512sums_x86_64 = 53e6eabfe52bfe4e5c5350176290f57563787af4a9b6bf266374081c37b5452108348ba395c182375e47e00945e1e282f9ae779831e5787daf095386e5d40af9
+ source_i686 = copasi-bin-4.37.264.sh::https://github.com/copasi/COPASI/releases/download/Build-264/COPASI-4.37.264-Linux-32bit.sh
+ sha512sums_i686 = 50def164dd8ea84b45480b7ce0732fda04020546bca8411a295488ece96243a8b6f8be4f39a824786e6c78798db9830cdfdddff0174ac82a26a3dd776a69861e
+ source_x86_64 = copasi-bin-4.37.264.sh::https://github.com/copasi/COPASI/releases/download/Build-264/COPASI-4.37.264-Linux-64bit.sh
+ sha512sums_x86_64 = 6e1bd0817ebfcce556bfdf34739074bdeb684d2413435b8e67bcbc1e9fa7859ae0f1d702e3f8fbeee936279be669b38bef382b76509bcdf98d3a4ab8a0edf9dc
pkgname = copasi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0562040051b6..237c3d7fee32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Stephen Checkley <scheckley at gmail dot com>
# Contributor: jrohwer
pkgname=copasi-bin
-pkgver=4.36.260
+pkgver=4.37.264
_pkgver=${pkgver##*.}
pkgrel=1
pkgdesc="COmplex PAthway SImulator for analysis of biochemical networks and their dynamics"
@@ -16,8 +16,8 @@ _source=https://github.com/copasi/COPASI/releases/download/Build-$_pkgver
source_i686=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-32bit.sh)
source_x86_64=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-64bit.sh)
sha512sums=('cf7172b155885db8007298643499a57421e4890b72da86f8124bc35ec30c39f17c4167cd5d4603fc37c0cf72c6e4283c009339363da1cc5f44708c08d16a2b4e')
-sha512sums_i686=('46320cb5ab05fe9b0938e6b6895027e9550368130871ead213af6121f4785234bf5163c5d055dc9b0d59c5a11906537f5ed418b80b790db88d099eb6c47a4496')
-sha512sums_x86_64=('53e6eabfe52bfe4e5c5350176290f57563787af4a9b6bf266374081c37b5452108348ba395c182375e47e00945e1e282f9ae779831e5787daf095386e5d40af9')
+sha512sums_i686=('50def164dd8ea84b45480b7ce0732fda04020546bca8411a295488ece96243a8b6f8be4f39a824786e6c78798db9830cdfdddff0174ac82a26a3dd776a69861e')
+sha512sums_x86_64=('6e1bd0817ebfcce556bfdf34739074bdeb684d2413435b8e67bcbc1e9fa7859ae0f1d702e3f8fbeee936279be669b38bef382b76509bcdf98d3a4ab8a0edf9dc')
package() {
MACHINE_TYPE=$(uname -m)