summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-10-06 23:04:52 -0500
committerLuis Martinez2022-10-06 23:04:52 -0500
commit39e172915cf12768448600fa30a7b1eb56d924ac (patch)
tree8e2930ec51754bcd01e9a72f19adc202ba2893c3 /PKGBUILD
parentb418dc9baf3649f949271fb908dea6d6c055d0c0 (diff)
downloadaur-39e172915cf12768448600fa30a7b1eb56d924ac.tar.gz
update to 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b24a9859a753..c4a5bbb4cb14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-galsim
_pkg=GalSim
-pkgver=2.3.5
+pkgver=2.4.3
pkgrel=1
pkgdesc="Modular galaxy image simulation toolkit"
arch=('x86_64')
@@ -22,7 +22,7 @@ depends=(
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=('python-nose' 'python-yaml' 'python-pandas')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/G/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('369d86d86919eca95c3bafdca37415e3db98abb1066f5f909efb2a04bf043ae5')
+sha256sums=('7134e7d00847bb9670ac9568bd16a131611a811ad6a9e7d0fb1e1518771fb7b3')
build() {
cd "$_pkg-$pkgver"