summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknedl1k2023-11-10 09:50:23 +0100
committerknedl1k2023-11-10 09:50:23 +0100
commite1fe6221b7c68c9e8e4687cffe7ea5215b74c761 (patch)
treee17e8b7c4e33b3cc98205b82aad5f19677553049 /PKGBUILD
parent7784057e633ec74fae94c1012b801c458f9d9195 (diff)
downloadaur-e1fe6221b7c68c9e8e4687cffe7ea5215b74c761.tar.gz
version update 2.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc314178d278..5e0f83d1e486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: GalSim developers team on GitHub
_base=GalSim
pkgname=python-${_base,,}
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Modular galaxy image simulation toolkit"
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(python-astropy boost-libs eigen fftw python-coord python-future)
makedepends=(python-build python-installer python-setuptools python-wheel pybind11 python-numpy)
# checkdepends=(python-pytest) # python-timeout python-scipy python-yaml
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('31d233244926d43734477e8769656db83541bbfaa83a6303172f2d58886fe39f')
+sha256sums=('30bceadfe3658c9137590a883e8abad182c18821bfe8ff36f59f8589d7fb25a4')
build() {
cd ${_base}-${pkgver}