summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2024-02-22 15:39:35 +0800
committerUniversebenzene2024-02-22 15:39:35 +0800
commitbae49d7a598ab9946bc3e011a42b56b6e34f3b10 (patch)
treec13084aecd9df9bb8b4ad40fffd3ff477a0f8c85 /PKGBUILD
parent7e4f61439ed9f0380a2de30f2a6823f5099c5f54 (diff)
downloadaur-bae49d7a598ab9946bc3e011a42b56b6e34f3b10.tar.gz
Update to version 11.17.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c11e64ef44b8..390c0a02bfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.17.17
+pkgver=11.17.18
pkgrel=1
pkgdesc="Calibration Reference Data System for HST and JWST"
arch=('any')
url="https://hst-crds.stsci.edu/static/users_guide/index.html"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-installer')
#checkdepends=('python-pytest'
# 'python-mock'
@@ -22,7 +22,7 @@ makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-insta
## 'python-pylint'
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
# 'fix-roman-asdf-test.patch')
-md5sums=('834a8ff0653d250307ec031740a3ee93')
+md5sums=('514396a63ba52d46d3c564253bcc737c')
#prepare() {
# cd ${srcdir}/${_pyname}-${pkgver}