summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaurizio D'Addona2024-03-17 09:57:00 +0100
committerMaurizio D'Addona2024-03-17 09:57:08 +0100
commitb3717edd3804f244bc29b8386703438b353c076e (patch)
treeb382f43033b284b5d11fe3f11972e92154b9eb67 /PKGBUILD
parent1f11a1ddbff48976ec62fc1b2e318844d43cee91 (diff)
downloadaur-b3717edd3804f244bc29b8386703438b353c076e.tar.gz
Version 0.38.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be398914169f..dfa592d13181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="desisim"
pkgname=python-desisim
-pkgver=0.37.1
+pkgver=0.38.0
pkgrel=1
pkgdesc="Scripts and packages for simulating DESI spectra"
arch=(any)
@@ -13,7 +13,7 @@ depends=('python-setuptools' 'python-requests' 'python-astropy' 'python-healpy'
'python-desiutil' 'python-desimodel' 'python-specter')
source=("$_pkgname-$pkgver"::"https://github.com/desihub/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('7a3df4339234bc66441821916ec06b859f828478bfa72b8177ec7fbea1cd865d')
+sha256sums=('cf81bfbca50611f7978a1f51e19ae784d9615759dd16270729b7658351cb0a94')
build() {
cd "$srcdir/${_pkgname}-$pkgver"