diff options
author | Universebenzene | 2024-03-22 22:00:18 +0800 |
---|---|---|
committer | Universebenzene | 2024-03-22 22:00:18 +0800 |
commit | e62f8ef5de17f6a6c472c79bb2dfc45199cfebfb (patch) | |
tree | 198a5fc6ea5572865d1a2440eeb7ad0df5a8fa6b /PKGBUILD | |
parent | bae49d7a598ab9946bc3e011a42b56b6e34f3b10 (diff) | |
download | aur-e62f8ef5de17f6a6c472c79bb2dfc45199cfebfb.tar.gz |
Update to version 11.17.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgbase=python-crds _pyname=${pkgbase#python-} pkgname=("python-${_pyname}") -pkgver=11.17.18 +pkgver=11.17.19 pkgrel=1 pkgdesc="Calibration Reference Data System for HST and JWST" arch=('any') @@ -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=('514396a63ba52d46d3c564253bcc737c') +md5sums=('856dc3a37289e10b5bea9270f92968e9') #prepare() { # cd ${srcdir}/${_pyname}-${pkgver} |